Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Compare 2 Unix Files and Output Matching Lines to a New File?

linux perl bash sed awk

Building a web service with Perl

web-services perl

Perl: "Quantifier in {,} bigger than 32766 in regex"

regex perl

What is the alternative to structs in perl?

perl

How to encode mail subject in perl?

Mojolicious lite how to redirect for not found and server error pages to user defined error page

Perl hash of hashes of hashes of hashes... is there an 'easy' way to get an element at the end of the list?

perl hash-of-hashes

Pushing array as an item to another array - not creating multidimensional array

arrays perl

How can I Minify a Perl Script?

perl minify

Why does adding 6 days 7½ hours to midnight result in 8:30?

perl datetime

How to printf a array without describing the format of each element?

arrays perl printf

What's the benefit of shifting @_ for argument passing in Perl?

Is there a name for the special variable %+?

perl perlop

Difference between /.../ and m/.../ in Perl

perl

How do I use Perl on the command line to search the output of other programs?

perl unix command-line

What character replacements should be performed to make base 64 encoding URL safe?

php perl url encoding base64

What is the easiest way in pure Perl to stream from another HTTP resource?

perl http streaming mod-perl

How can I get the ultimate URL without fetching the pages using Perl and LWP?

perl redirect lwp

In Moose subroutines, how does $meta get into @_?

perl moose

Parameters passing style in Perl

perl parameters