Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Split a string containing a continuous paragraph into a left-aligned column of lines

regex perl string

Why following XPath statement returns all "a" elements?

perl xpath

How can I include Win32 modules only when I'm running my Perl script on Windows?

windows perl cross-platform

perl remove trailing line not working

perl chomp chop

How to get the average CPU/Processor Usage of a computer?

windows perl snmp

Can we set a variable used in a Perl script as environment variable?

linux perl bash unix

Regex to match perl variable

regex perl variables

Firing up a stand-alone Selenium RC server on (Ubuntu) Linux from Perl

linux perl selenium ubuntu

Regex - replace a characters(comma) between double quotes if the pattern is matched

java regex perl csv preg-replace

While loop with an "OR" condition

perl

perl using coderef as parameter to subroutine

Script showing bad interpreter and will not run

perl

Getting these loop errors in basic Perl

perl

perl 101 - iterating hash causes never ending looping

perl

Use full processing power with perl

multithreading perl

cross-platform techniques to determine screen dimensions

perl

Perl: Testing an input reader?

perl module stdin cpan

Is there a Perl module that collapses file system paths such as a/b/.. or a//b?

perl filesystems

Is it safe to use shift and @_ in the same statement?

perl parameters shift unpack