Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Passing arrays to a subroutine that prints each array separately

arrays perl subroutine

Sending HTTP request in Perl

windows perl http

newline replacement in string using regex

regex perl newline

Should we avoid turning on warnings for the complete program? [closed]

perl

Reference found where even-sized list expected

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