Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

What is the order of execution of Mason blocks in a component

perl mason

When does perl free its lexical variable from memory?

perl

Performance using STDOUT (screen) vs regular file

Perl $$ (double dollar) sign -- what does it dereference?

perl

How to detect if Perl code is being run inside an eval?

perl

How can I print all executed subroutines?

perl trace call-graph

Scalar vs list context

perl

Can I restrict grep (or map) to first match when I'm expecting only one match?

perl grep

How can I stop code from being run in the compiler phase?

perl constants

grep - How would I match a regex using only two characters, but with each character occuring the same number of times?

regex perl grep

Is there any way to change the value of constant in Perl?

perl

How do I copy symbolic links in Perl?

perl symlink

How can I change extended latin characters to their unaccented ASCII equivalents?

regex perl

Where does pp (PAR) unpack add (-a) files?

linux perl par perl-packager

C++-like usage of Moose with Perl for OOP

c++ perl oop moose

Why am I getting a "Odd number of elements in anonymous hash" warning in Perl?

perl warnings

What’s the proper way to create a BUILDARGS method using MooseX::Declare?

perl moose

How do I install XML::LibXML for ActivePerl?

perl activeperl xml-libxml

How can I read messages in a Gmail account from Perl?

perl

Is there a simple way to test if a Moose attribute is read-only?