Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Using a char variable in tr///

perl

perl library path

linux perl unix

Is it possible to conditionally pass options to a method in perl?

perl methods

Replace commas with pipes, but not the commas enclosed in double quotes

perl csv

Does Anyone Know How to Understand Such Kind of Perl Code Blocks?

perl

Perl escaping argument for bash execution

linux bash perl shell

Check if subroutine exists in Perl

perl

How do references in Perl work

perl

What is the best way to call C/C++ code from other languages such as Java, PHP, Perl, Python, etc?

java c++ c perl

Is it okay to use modules from within subroutines?

perl oop module-management

How can I install a separate perl without disturbing the existing one?

perl 32-bit

How can I split a string by whitespace unless inside of a single quoted string?

regex perl split

How to extract IP addresses from a text file using Perl?

regex perl

Perl Module Method Calls: Can't call method "X" on an undefined value at ${SOMEFILE} line ${SOMELINE}

perl function module dbi

What is a friendly module that allows querying a MySQL database from Perl?

sql perl mysql

Examples of lazy evaluation techniques in Perl 5?

Detecting global destruction in Perl

perl destroy

Returning a substring using Perl regex

regex perl substring

How do I delete newlines ('\n', 0x0A) from non-empty lines using tr(1)?

perl bash sed tr

How do I "untaint" a variable?

perl cgi