Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

Calling Perl script from PHP and passing in variables, while also using variablized perl script name

php perl integration

What is the correct way to die with an error but without a stack trace in perl?

perl error-handling die

How does the -m switch work in Perl

perl

Is perl the fastest way to write a high performance page?

performance perl webserver

What Perl regex can match the contiguous subset of digits 12345?

regex perl

How to Remove Excess Whitespace in String Using Regex

regex perl

How can you create private/public variable and functions using Moose?

perl oop moose

Find the word with most letters in common with other words

perl find letter

Why does Perl think that a non-existent multi-level hash element is there?

perl hash zero

Accessing values of json structure in perl

json perl hash hash-of-hashes

Looping through characters in Perl

perl for-loop

Adding a help command to a script

Why doesn't use warnings FATAL => 'all' seem to work?