Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why add LIST after a use statement?

perl

How to suppress "warning" using Selenium::Remote::Driver?

Passing large values to modules

arrays perl module subroutine

How to create many hash references with identical data?

perl

In Perl, what's the underlying difference between a hash and a blessed reference?

perl oop hash bless

Regex Group: $1 in a string before replacement happens

regex perl

How can I exclude a module from a minicpan repository?

perl minicpan

Why does my simple fastCGI Perl script fail?

Why doesn't my Perl curses window work?

perl window curses

How do I reset my LDAP password from Perl?

perl winapi ldap passwords

How do I include all/some of the "sub modules" in a Perl script?

perl perl-module

Does 'use lib' work for UNC paths?

perl unc

How can I activate an Excel add-in from Perl or the command line?

perl excel command-line add-in

Retrying an operation after an exception: Please criticize my code

perl exception sqlite cpan

How can I mock a web server in Perl?

perl http mocking testing

How do I fix "Symbol not found: _is_prefix" when compiling Perl's DBD::mysql?

mysql macos perl dbd osx-tiger

How can I extract some XML data from a URL using XML::Twig?

xml perl xml-twig

Why does my UTF8 data from my mod_perl application still get garbled in the web browser?

javascript perl encoding utf-8

How do I detect if a program is running within a PAR archive?

perl zip par

What's the difference between system() in C and Perl?

c perl process system