Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why does Perl take up my memory (RAM) on printing a file?

perl memory-management

Sum durations in bash

bash perl awk

Simplest way to get a comprehensive listing of package names available in CPAN?

perl cpan

Decode JSON without UTF8-flagged strings

json perl

Trimming carriage return (\r) in Perl

Perl defined-or in a list context, why a scalar?

perl

Deferring code on scope change in Perl

perl scope tie

How can I speed up Perl's processing of fixed-width data?

How do I return nothing from a subroutine?

perl

How can I continuously inform the user of progress from a Perl CGI script?

perl apache cgi

How was Google.com made? [closed]

c perl web-applications cgi

Is Perl a good option for writing platform independent desktop applications?

What is the python equivalent of the Perl pattern to track if something has already been seen?

python perl

How can I escape code-like things in a Perl string?

perl printing heredoc

Why does my Perl max() function always return the first element of the array?

perl arrays foreach max

In Perl, how can I use Tie::IxHash with a dictionary while 'use strict' is on?

perl

How to export a shell variable within a Perl script?

Perl Class::Accessor failure, trivial example - why?

perl cpan

How can I download link targets from a web site using Perl?

perl download www-mechanize

simple parallel processing in perl

perl parallel-processing