Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to set two appenders with different log levels in Log::Log4perl?

How can I improve the performance of a Perl/DBI script that selects 1 million+ rows from one database server and inserts them on another?

mysql perl dbi

How to access data in JSON by key

json perl dictionary hash

How to read directories and sub-directories without knowing the directory name in perl?

perl

How do I include a sort function in a module?

gtk entry set_position doesn't move the cursor

perl gtk

How to print a 4 digit hexadecimal value in Perl?

perl

Best practice for writing exception classes in modern Perl

perl exception

What content encoding does a Perl CGI script use by default?

How can I make Perl store integers as numbers instead of strings?

perl perlguts

How to Install Perl 5.10.1 on Ubuntu 14.04?

perl ubuntu

After scoped `no autodie` the program dies at `*STDOUT`

perl scope autodie

How do I count the "real" words in a text with Perl?

perl text text-processing

Is there anything like Python Itertools in Perl?

Java performance issue compared to Perl

java performance perl

Writing a custom base64 encoding function in perl

perl

Intellij Perl5 add Perl5 interpreter

Can a perl tk widget -command access itself?

perl perltk

How to check if a function parameter is a string or array in Perl