Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

rearranging data from multiple data files

python perl bash awk fortran

perl exact string match

perl

Should a subroutine croak when called with more arguments than expected?

Perl Regex to get the root domain of a URL

regex perl

What is the error in this object oriented program?

perl oop

Perl: Nothing happens when I run "perl" from the command line

perl

Will keys and values of a hash have the same "order" in Perl?

perl hash

C-style loops vs Perl loops (in Perl)

perl for-loop iteration

how to subtract 1 from all array elements in perl

perl

Function parameter separator in Perl?

perl

How can I split a word into its component letters?

perl

Perl q function or single quote doesn't return the string literal of UNC path correctly

perl string-literals

Fibonacci Perl program going out of Memory even for Small inputs, even after using Memoization,

Getting a Unicode code point ("character") by name

perl unicode

Remove one-character words

regex bash perl awk sed

Inexplicably a Perl local my(array) acts like a global variable, dirty on subsequent iterations

perl

How to sort strings using two substring equality conditions?

sorting perl

How can I tell when another process has stopped writing to a file in Perl?

perl file

How can I use paste and awk inside Perl?

linux perl unix awk paste

Why does Perl warn me about using pseudo-hashes?

perl warnings