Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

What can I do using awk that I cannot do in Perl?

How can I use Perl's s/// in an expression?

How to print into two files at once?

Passing a scalar reference in Perl

Problems opening more than 10,000 files in Perl

perl file solaris ulimit

In Perl are there disadvantages to generating getters and setters rather than hard-coding them?

perl class module oop

Control a perl script's CPU utilization?

perl cpu-usage

How can I check if a Perl string contains letters?

regex perl

How do I use Perl's import, use, require and do?

perl import

How to convert a string to a number (float) in Perl

perl

Perl equivalent to Php foreach loop

php perl foreach

How can I have variable assertions in Perl?

What modules should I look at for doing multithreading in Perl?

perl multithreading

Selecting An Embedded Language

c++ python perl performance lua

How can I read Excel files in Perl?

perl excel

How to read and extract information from a file that is being continuously updated?

c++ c perl shell

What's the difference between these two Perl snippets?

perl heredoc

Perl: find if a variable's value matches that in an array

regex arrays perl

How do I use a certain version (or higher) of a perl module in my perl script?

perl version perl-module

How can I remove an entire HTML tag (and its contents) by its class using a regex?

html regex perl filter