Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

perl: count unique elements in array

arrays perl counting

Compact way of getting file checksum in Perl

perl checksum

How to pass array and hash data types to subroutines arguments in perl?

perl debugging subroutine

Threading vs Forking (with explanation of what I want to do)

perl

Removing Lines and columns with all zeros

perl bash unix awk

How can I get Perl to give a warning message when a certain package/tag is imported?

perl import packages warnings

Is there a Perl equivalent of Python's re.findall/re.finditer (iterative regex results)?

python regex perl iterator

What is the scope of $1 through $9 in Perl?

regex perl scope

What does .*? regular expression actually means?

regex perl

Dollar notation in script languages - why? [closed]

php javascript python perl

Difference between "@" and "$" in Perl

perl

How to dynamically assign hash with $1, $2, $3

regex perl eval

Conditionally push to 1 of 2 arrays in Perl

perl

Subroutine that returns hash - breaks it into separate variables

perl function return hashtable

Why isn't '|' being overloaded?

perl overloading

bash + how to capture the version from rpm

python perl awk sed grep

Should I change my utilities.pl to a utilities.pm module?

perl perl-module

How can I create a nested hash as a constant in Perl?

How would I do the equivalent of Prototype's Enumerator.detect in Perl with the least amount of code?

How can I highlight consecutive duplicate words with a Perl regular expression?

regex perl