Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Quickest way to determine range overlap in Perl

algorithm perl range overlap

Declaring a scalar inside an if statement?

perl

How can I tell perl the path for a module?

perl perl-module

Is there a way to create a file that is locked at the point of creation, in Perl?

perl file-io file-locking

In Perl, how do I get an arbitrary value from a hash?

perl hash

What does < do in Perl in this instance?

perl syntax cgi

Perl go up a character?

perl

Is this code which is using Switch.pm safe?

Perl equivalent of PHP's strtotime()?

perl date date-parsing

Calling a Module Function By Reference

perl dynamic module subroutine

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