Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

What does [] mean here?

perl

How to print 'AND' between array elements?

arrays perl

Perl: Unexpected match variables when using ?: operator

regex perl cgi taint-checking

What does the `->` syntax mean in Perl?

perl

How to parse multiple line, fixed-width file in perl?

perl parsing fixed-width