Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Can't locate XML/LibXML.pm

xml perl activeperl xml-libxml

How exactly does unlink work?

perl file unix io

What to use instead of Smartmatch?

regex perl

Why should I not update all my CPAN modules?

perl updates cpan

Need Perl regex which matches every a software version starting from 3.10.1.0 and all further versions numbering

regex perl version

How can I sort a hash of hashes by key in Perl?

perl sorting hash

How can I use Perl libraries from PHP?

php perl embed

Why does Perl's glob return undef for every other call?

How can I pipe input into a Java command from Perl?

perl command pipe

How can I pass a parameter to the wanted function when using Perl's File::Find? [duplicate]

perl file-find

When did the file mode in Perl's open become a separate argument?

perl changelog

Disabling backreferences in perl

regex perl performance

Can I make a Moose attribute "write once"?

perl moose

Calling command from Perl, need to see output

perl shellexecute

Perl script to extract 2 lines before and after the pattern matching

perl

Perl: Is this good or bad regex, and how to improve it?

regex perl

What's the best way to get all Perl's builtin-functions as a list?

perl function built-in

Read the last line of file with data in Perl

perl

Obtain patterns in one file from another using ack or awk or better way than grep?

regex perl awk grep ack

How to pass a replacing regex as a command line argument to a perl script

regex perl