Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Docker [for mac] file system became read-only which breaks almost all features of docker

How can I convert a number to its multiple form in Perl?

perl format numbers

Why does my image download with Perl's LWP give me the wrong-sized file?

perl image lwp

How can I implement a singleton class in perl?

perl singleton

Why is using a POSIX character class in my regex pattern giving unexpected results?

regex perl sorting

How can I use Perl to get a SHA1 hash of a file from the Windows command line?

windows perl command-line sha1

Perl, evaluate string lazily

perl string lazy-evaluation

What's the Perl equivalent of PHP's $_SERVER[...]?

perl cgi

How can I display Extended ASCII Codes characters in Perl?

perl ascii extended-ascii

How can I execute an external Windows command and instantly return in Perl?

windows perl

progress bar in command line perl script

perl perl-module

How do I parse a string with GetOpt::Long::GetOptions?

perl getopt-long

How can I archive a directory in Perl like tar does in UNIX?

perl tar

Does a Perl module know where it is installed?

perl module

What does colon mean in Perl?

perl syntax

How can I extract data from HTML tables in Perl?

html perl parsing

What can I do using awk that I cannot do in Perl?

How can I use Perl's s/// in an expression?

How to print into two files at once?

Passing a scalar reference in Perl