Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

using perl XML::LibXML to parse

perl libxml2

Perl - Array reference, using strict

arrays perl reference strict

Perl converts to int wrong but only with specific number

perl floating-point integer

How to timeout waitpid without killing the child?

perl ipc fork waitpid

Need example of Perl JSON usage

json perl

Repeatedly match a perl expression for a specific/multiple number of times?

regex perl match repeat

How can I perform a bulk DNS query using perl on Unix/Linux?

perl unix dns

How to convert Unicode file to ASCII file in perl script on windows machine

windows perl unicode ascii

mkdir failing to create directory in perl

perl

Perl: how can i pass list to script?

Perl using File::Spec to remove .. and . from path

perl perl-module

Split and add digits

perl math

yyyymmddhhmmss to YYYY-MM-DD hh:mm:ss in perl?

perl datetime date

Unix join on more than two files

perl text join paste cut

Most efficient way to swap two array values in Perl

perl

Situations where Perl would not call DESTROY on object destruction?

perl

How do pass one array and one string as arguments to a function?

Perl CSV_XS module installation failed using Cygwin

perl cygwin

Unit Testing for Floating-Point Equivalence in Perl

How amount of data and code affects fork() performance in Perl?

perl fork