Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

How to check system tray availability programmatically?

Perl: Makefile.PL, File::ShareDir::Install, chicken and eggs

perl packaging

MariaDB, Data::UUID GUID: data too long for column binary(16)

sql perl mariadb

How to read perl regular expression debugger

regex perl debugging

Return value from a Perl script

perl return-value

Perl how to pass in a regular expression to my subroutine like grep

regex perl parameters grep