Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Two greedy quantifiers in the same regex

Perl: constants and compile-time vs runtime hash lookups?

perl hash constants

Using Perl in-line edits, how do you insert a line after the Nth occurence of a string?

regex perl scripting

Unintentionally adding keys to hash while iterating

How to see syntax errors reported with actual line numbers in the parent script when Perl is embedded within shell script?

Why would the rollback method not be available for a DBI handle?

perl module dbi rollback

How do I iterate over/dereference an array of subroutine refs in Perl?

perl function iterator

How do I convert a date into epoch time in Perl?

perl datetime date epoch

Perl's diamond operator: can it be done in bash?

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