Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Does Perl's /m regex modifier match differently on Windows?

windows regex perl multiline

How can I extract all quotations in a text?

perl sed grep quotations

How do I place a colon into a string two characters from the end using Perl?

perl string

Perl Print buffering flush

perl printing buffer

How can I use Expect to enter a password for a Perl script?

perl expect

How can I distribute my Perl application as a single file?

perl distribution

How can I find the contents of a div using Perl's HTML modules, if I know a tag inside of it?

html perl html-parsing

SQL*Plus inside Perl script

perl oracle unix shell sqlplus

Why does my Perl CGI complain about "Premature end of script headers"?

perl cgi

Are @{$list_ref} and @$list_ref equivalent in Perl?

perl dereference

How can I find the final URL after all redirections in Perl?

perl url redirect

How can I list all CPAN modules depending on a given module?

perl cpan

What does {$histogram{$value}++} mean in Perl?

php perl hash

Hashes of Array in Perl : traversal and deletion

perl hash

Is there a simple way to validate a hash of hash element exists and is defined?

perl hash nested defined

How can I get a working Data::Alias in Perl 5.12?

Why are references compacted inside Perl lists?

regex perl reference

Looking for a Perl module to store a Hash structure in shared RAM

perl webserver ram

Perl: Multiple global "or"-separated regex conditions in while block leads to an infinite loop?

regex perl loops while-loop

perl: iterate over a typeglob

perl glob typeglob