Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

In Perl, how to clone output to stdout and a log file in real time

perl windows-console

Is there a symbolic implementation of the PDL API?

perl pdl

How to solve Perl's `length 'für' == 4` for `LC_CTYPE="en_US.UTF-8"`?

string perl utf-8

perl implementation of defined/undefined for a variable

perl defined undef

use a variable with whitespace Perl

Perl list in boolean (scalar) context in while loop

Changing the input record seperator to \n or \r when parsing lines

perl

How can Perl's XML::Simple ignore HTML embedded in XML?

xml perl parsing

Why am I getting a segmentation fault when I use binmode with threads in Perl?

perl multithreading

Cannot get apache mod_perl with mpirun to work

Read all files of a directory or only one file

perl

Is there any way to use diag() from Test::More without planning?

perl unit-testing

Regex: capture anything within parenthesis, also nested parenthesis

regex perl nested parentheses

Run script as daemon with proc::Daemon module

perl daemon redhat

Is it possible to create an attribute that can only be set in the constructor in Moose?

perl moose

Signal handler not found

perl

Which is more efficient, Perl pattern matching or grep?

perl grep

Avoiding wrappers in AJAX response using Catalyst

jquery ajax perl catalyst