Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why does Autovivification occur with keys() and not %{..}?

Perl reports wrong line number if dying in multi line substitution. Is this expected or a bug?

windows perl

I would like explanation of the behaviour of Perl's regular expression engine

regex perl

Perl: How to free memory allocated for a scalar without access to the Perl variable?

Regex for matching indented continuation lines

regex perl

What values should a boolean function in Perl return?

perl boolean undef

What is the Perl equivalent of PCRE's PCRE_PARTIAL?

c regex perl pcre

How can I run individual tests with Test::Class::Load?

perl unit-testing

Is there a Python equivalent for the Perl module Term::VT102?

In Perl, is there any way to tie a stash?

perl tie perl-stash

How do I control a Dancer webapp's deployment?

perl dancer

Perl/Soap lite : "Server was unable to process request. Object reference not set to an instance of an object"

Perl Inline::Python module, how to put code into a string

python perl inline cpan

Using LWP with SSL and client certificates

perl DBI memory leak

perl memory-leaks dbi

Perl how to take advantage of a block argument in my subroutine (like grep does)

Making Perl script *run itself* with flags

perl flags

Deprecated left curly bracket in Perl regex - exactly when?

regex perl

How do I use spaces in parameters for DBI->connect?

perl dbi

Perl: utf8::decode vs. Encode::decode

perl encoding utf-8 decoding