Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to split a path in perl with full filename?

perl path split

What does [\0-9] mean in regex (perl)?

regex perl

How to convert Hex to RGB? (perl)

perl hex rgb

Foreach on hash variables in Perl

perl hash foreach

Round or ceil function in Template Toolkit

perl catalyst

Maximum integer in Perl

perl integer max limit

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