Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to check availability of Perl, its version and presence of a required module?

bash perl perl-module

Splitting a string with multiple white spaces with perl?

regex perl split

How can I remove all whitespaces and linebreaks in Perl?

perl

How to specify which version of perl to use on CentOS

linux perl version centos5

How do I unimport a function in perl?

perl

Difference between use Modulename; and use Modulename();

perl

perl shasum vs bash shasum

bash perl sha

Using regex to extract URLs from plain text with Perl

regex perl url

Can I depend on the behavior of charCodeAt() and fromCharCode() to remain the same?

javascript mysql perl unicode

Re-run a loop iteration

perl loops

File handle array

perl

Split one file into multiple files based on pattern (cut can occur within lines)

python perl awk split gnu

Moving from CGI to mod_perl. Understanding my, our, local

perl scope mod-perl mod-perl2

How to implement assert in Perl?

perl eval assert

How can I expand a string like "1..15,16" into a list of numbers?

perl string range numbers

Why is Perl's $? returning the wrong value for the exit code of a forked process?

perl waitpid

String manipulation vs Regexps

java php regex perl string

Video thumbnail generation imagemagick?

How can I write a Perl script to extract the source code of each subroutine in a Perl package?

Count uppercase letters in string using perl