Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Add Getopt::Long options in a hash, even when using a repeat specifier

perl hash getopt-long

How to Share ENV Variables Among Perl Scripts

perl

In Perl, how can I distinguish between numeric and string hash values in JSON encoding?

perl

How to use a Moose class defined in the same file as the main script?

perl moose

Why does Perl file test operator "-l" not detect symlinks?

perl file symlink

What's the name of Perl distribution units?

perl

How does Perl's length() function counts unicode characters?

perl

Regex find and replace inbetween Latex enviroment

regex perl latex

The difference between " and ' in Perl

How can I get my Perl one-liner to show only the first regex match in the file?

regex perl

How can I quickly count the maximum number of consecutive single characters in a string?

string perl replace count tr

Perl anchored regex performance

How would you extract data from a MS Project .mpp file? [closed]

What's the best way of executing tasks in parallel in Ksh and Perl?

Why does calling this function change my array?

perl arrays file

How can I get the primary and other groups of the currently logged on user in Perl?

perl

How can I apply 2 or more texture maps to a gluSphere OpenGL object?

perl opengl textures

How can I remove every third HTML tag in Perl?

html regex perl

PHP: PEAR: Encrypting with Crypt_CBC, Decrypting with Perl's CBC

php perl encryption

Why does $dbh->do('VACUUM') fail with Perl's DBD::SQLite?

sql perl sqlite dbi vacuum