Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

How can I automate and share sessions between Firefox and Perl?

How do I get the PID of the process I start with Perl's system()?

perl system

How can I pass parameters to Perl subroutines defined using eval?

How can I reference the object when building it with Perl's Class::Struct?

perl

How can I copy a directory except for all of the hidden files in Perl?

perl

How can I conditionally replace a line with a single word using Perl?

perl

ack does not work when run from "grep-find" in Emacs on Windows

windows perl emacs ack

How can I access a specific range of bytes in a file using Perl?

perl file

How can I extract and save values from an XML file in Perl?

xml perl shell

Perl not closing TCP sockets if clients are no longer connected?

perl sockets

Perl string sub

perl

How can I improve this program to get 24 with 4 numbers?

algorithm perl