Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do you create attribute handlers for methods of an object in Perl/Moose

perl oop object moose handlers

Unexpected behaviour of filehandle in conjunction with subroutine call - why?

perl

Improve Python code performance

python perl

Perl import into all my packages?

perl

Perl - can't use string (...) as an array ref

arrays string perl file-io

Why doesn't substitution in list context return a list of captures?

regex perl capture-group

How do I create a Perl regex that matches non-alphanumeric characters except spaces?

Converting hexadecimal string to binary

perl pack unpack

Perl - Which module is the best to do SSH, SFTP with public key authentication on windows

"=~" and "!~" operator makes odd hash count in Perl when passed in a subroutine

perl

64-bit integers changed to floating point using JSON::XS::encode_json in Perl

json perl integer 64-bit

What does Perl's modifier /m = multiline mean?

perl

Match every word except those listed

regex perl cpu-word match

Variable replacement using regex

regex perl

Why aren't new versions of module showing up in CPAN?

perl cpan

Perl: Check if current day is between two given days

perl

Computing number of arrays containing an element in perl

How to get owner:group name of a file/directory with perl?

linux perl uid

Porting Perl to C++ `print "\x{2501}" x 12;` [duplicate]

c++ perl