Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl's 'readdir' Function Result Order?

perl readdir

How can I know if diamond operator moved to the next file?

perl diamond-operator

How can I parse people's full names into user names in Perl?

string perl parsing substring

How do I handle every ASCII character (including regex special characters) in a Perl regex?

regex perl ascii split csv

How do I find if it is the last line while reading a file from within a loop in perl

perl logging filehandle

How can I use placeholders for variadic SQL functions with Perl's DBI?

sql perl dbi

How can I make Perl's File::Find faster?

performance perl file-find

Pimp my Perl code

Find the item in an array that meets a specific criteria if there is one (Perl)?

arrays perl

How can I count the amount of spaces at the start of a string in Perl?

regex perl

What is the CORE:match (opcode) subroutine in Perl profiling?

perl profiling subroutine

What is the easiest way to do XPath querying of XML data in Perl?

xml perl xpath cpan

Make the Moose constructor ignore undef arguments

perl moose

How do I do the same thing as reference using typeglob in perl?

perl reference typeglob

How can I find the newest .pl file in a directory and all its subdirectories using Perl?

How do I efficiently create a perl hash of consecutive numbers?

perl hash numbers sequence

Making a perl array unique

arrays perl unix uniq

Extraction and printing of key-value pair from a text file using Perl

perl search hash extract

sysopen example doesn't work

perl

How to split a path in perl with full filename?

perl path split