Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

perl regex to find any number that is a multiple of 5

regex perl

What does "$<" & "$>" mean in Perl

perl variables

Why do hash keys have different order when printing?

Floating precision difference in Perl 5.16.3 and 5.8.7

perl floating-point

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