Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

In Strawberry Perl, what is the difference between perl\lib and perl\site\lib?

perl strawberry-perl

How does AMF communication work?

How can I identify if an item is a file or a directory using Net::SFTP?

ruby perl net-sftp

Is there a Perl POE module for monitoring a database table for changes?

perl poe

How can I find all the packages that inherit from a package in Perl?

perl inheritance package moose

Should I use HTML::Parser or XML::Parser to extract and replace text? [closed]

html xml perl parsing

How can I transfer a hash using client and server in Perl?

Why am I getting a closed filehandle error when using the diamond operator in list context in Perl?

perl diamond-operator

Is there a Perl module to test internet connection speed?

perl connection performance

How to print a variable in reversed byte order?

perl pack unpack

Perl switch not falling through properly?

perl switch-statement