Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I make Perl functions that use $_ by default?

perl

How do I undefine the value for a hash key in Perl?

perl hash

Perl - How do I escape/encode special characters

perl

Perl directory change from Windows cmd.exe

perl cmd chdir

How can I convert a file full of unix time strings to human readable dates?

perl bash unix-timestamp

How do I interact with a Perl object that has a hash attribute?

perl hash object

Using the Perl split function, but keeping certain delimiters

regex perl split

Perl chomp turn multiple digit number into 1 or 0

perl

Perl, make script timeout after x number of seconds?

perl timeout

How do I get the length of a Perl Unicode string input via Ajax or CGI?

ajax perl unicode utf-8

How can I lazily load a Perl variable?

perl lazy-evaluation

How do I run a script on the 1st working day of every month?

perl unix

In Moose, how can I tell whether one object's class is a subclass of another object's class?

How can I keep a set of objects in Perl?

Flip flop operator in perl

perl loops

perl - best way to create gzipped files

perl

Perl regular expression removing duplicate consecutive substrings in a string

regex perl substring

Different ways of opening file in perl

perl file

How do I find and count duplicate values in a perl hash

perl

for loop in Perl [duplicate]

perl