Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I share global values among different packages in Perl?

perl global-variables

How can I parse space separated STDIN hex strings unpacked in Perl?

perl parsing unpack

Why is JavaScript's post-increment operator different from C and Perl?

javascript c perl

Does grouping work inside a Perl regex character class?

regex perl

Why does my Perl program print the help message when an arguments has 0 as a value?

How do you replace a method of a Moose object at runtime?

perl methods runtime moose

How do you store a result to a variable and check the result in a conditional?

perl perl5.8

C++ getch() in perl?

perl getch

What is the magic behind perl read() function and buffer which is not a ref?

perl io buffer handle

How can Install multiple Perl versions without them tripping over each other's XS modules?

What is the most elegant way in Perl to expand an iterator into a list?

perl

Why do I get "can't use string as a SCALAR ref while strict refs" in Perl?

perl

How can I make all lazy Moose features be built?

perl moose

Including Hashes within Hashes in Perl

Perl: Removing duplicates from a large set of data

Powershell / Perl : Merging multiple CSV files into one?

perl powershell

Perl memory usage with map and file handle

How to execute Perl qx function with variable

Is there a CPAN Perl module to find total/used/free memory on a host (without running command line through a system() call)?

How to include logging in a Perl module?

perl logging