Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why I can't do "shift subroutine_name()" in Perl?

perl

To split at whitespace in Perl

perl

Can you colorize specific lines that are grepped from a file?

bash perl awk sed

Why does my non-greedy Perl regex match nothing?

regex perl greedy regex-greedy

How can I use Ajax, perl and JSON easy together?

javascript html ajax perl json

CSV into hash

perl hash

How can I get Perl's ref() function to return REF, IO, and LVALUE?

perl types

Is there a way to modify foreach loop variable?

What does the status code of the perl interpreter mean?

java perl exec exit-code

Why am I seeing DBI errors on the console even though I have wrapped the DBI calls in an eval?

perl eval dbi

How to get a regex to start from the beginning of a string

regex perl

Using a perl script on windows without installing ActivePerl?

windows perl installation

Perl Sort Hash of Arrays

arrays perl sorting hash

How to send lots of POST requests QUICKLY

What is this Perl string encoded in?

perl encoding

Can I call a Perl OO function without first saving the object to a variable?

perl oop function methods handle

regex- how to stop at first occurrence of a character

java c# php regex perl

Send file handle as argument in perl

perl filehandle

Perl HTTP server

perl

What does -l $_ do in Perl, and how does it work?

perl