Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Decode UTF-8 URL in Perl

perl decode encode

Shallow copy reference into variable in Perl

perl shallow-copy arrayref

Determine if a string starts with an upper-case character in Perl

What are the benefits of combined getter and setter methods?

perl split interesting behavior

perl split

Problems with Perl DBI/DBD on OSX 10.9 Mavericks

macos perl dbi dbd osx-mavericks

How to setup a DBIx::Class schema with Moose -- the definite guide

perl moose dbix-class

Is [@{$myArray}] equivalent to $myArray in Perl if I'm not mutating the values?

perl

How is perl -i *really* implemented?

perl stdin

PCRE regex to remove empty braces

regex perl pcre

Perl `$[`, why base 42?

perl

Seek Perl idiom to check that $self is a class or object

perl oop

Warning about void context only with low-precedence short-circuit operators

perl

HTTP::Request replacing underscores with hyphens in headers

perl http header

Double interpolation of regular expressions in Perl

regex perl interpolation

How do I interpolate a Perl hash element in a string?

perl string hash

How do I structure my Perl CGI program?

perl cgi session-management

Perl within Python?

python perl text-mining

Why is object destructor not called when script terminates?

perl signals destroy

How can I convert a Unicode codepoint (\uXXXX) into a character in Perl?

perl unicode codepoint