Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I remove the <opt> tag in XML::Simple output?

ruby xml perl

When setting up Perl code to run as either a script or module, what is the reason for __PACKAGE__?

perl module

What's a simple reference or cheat sheet for nested data structures in Perl? [closed]

Has anyone implemented Peter Norvig's spellchecker in Perl?

perl spell-checking

How can I recursively delete all .svn directories using Perl?

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