Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

In Perl/Moose, can I have two attributes with mutually-dependent defaults?

perl attributes moose

Template-Toolkit and complex variables

shuffle: influence of sort

perl sorting random

Perl LWP::useragent capture server response headers

In Perl scripts, should we use shell commands or call Perl functions that imitate shell operations?

perl shell

Perl incompatibility issue with each in a hash of hashes - 5.14 → 5.8.8

perl

Certain programs in "Learning Perl" 6th ed. don't work with "use 5.014" - why?

perl

perl regex not matching string with newline character \n

regex perl

How do I replace all occurrences of certain characters with their predecessors?

perl regex

perl 101 subroutine and return value

perl

Proficient way to check if 3 variables are all unique

algorithm perl optimization

Why doesn't "x = a or b" work in Perl?

perl

Converting to unicode characters in Perl?

perl unicode

Perl: cpan force install not working in single command

perl cpan

What is the meaning of the dot in this open() usage in Perl?

perl

Should I avoid nested if statements in Perl?

perl coding-style nested

Is there a Perl module that works similarly to the Unix "which" command? [closed]

perl unix

How can I accept multiple TCP connections in Perl?

How can I use a Perl one-liner to decode an ASCII string encoded in hex?

perl

make my file readable as either Perl or HTML

html perl comments