Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I combine Perl's split command with white space trimming?

perl split

When writing a Perl module, do I have to specifically check for an object instance in all my methods?

perl oop

Where do I install Perl modules that I wrote?

perl

How do I access a constant in Perl whose name is contained in a variable?

perl constants symbol-table

parse timestamp with millisecond in Perl

perl datetime time

Perl: Create a hash from an array

Does Perl look in the current directory (.) for modules?

perl module

Rounded numbers returned as '0.999999999992345' sometimes

Perl, string replacement

string perl

How to parse .pdf files in Perl?

perl pdf

Perl version 5.14.1 released before the version 5.12.4?

perl version

Is for(1) always the same as do in perl?

perl

Can you explain Perl's hash system to a PHP guy?

SELECT all records that are 30 days old

mysql perl

Is there some functions like zip and fold in Perl?

perl map zip fold

How to convert a string number to a real number?

regex perl

How can I handle HTTP file uploads?

perl cgi file-upload

How can I parse command-line switches in Perl?

What's the best strategy to delete a very huge folder using Perl?

perl file-handling

Is this trivial function silly?

perl