Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Getting Permission Denied running perl executables

Reading the actual file creation date on Mac OS with Perl

macos perl file

How can I watch for changes to an expression in the Perl debugger?

perl debugging watch

Array context assignment to empty list reference in Perl-- please explain the line " my @arr = [ ]; "

Using a variable to access hash keys in Template Toolkit

perl template-toolkit

Perl takes a long time to evaluate: keys %hash / iterate through a large hash

perl hash hashmap

Getting Error on Text/CSV.pm when running Perl Script [duplicate]

linux oracle perl command-line

Dealing with malformed XML [duplicate]

xml perl

Using Text::CSV to print a line on a csv files based on variables content

perl

Perl phone-number regex

regex perl

How to create recursive hash of hash ? (With unlimited deep)

perl data-structures

Perl: How to get keys on key "keys on reference is experimental"

perl

What does this nefarious program do?

perl

perl sorting array: leave an item starts with # in-place

perl sorting

How to NOT execute trigger while constructing object

perl moo

Using sed/awk to remove string from subsections

regex perl awk sed

Perl RegEx: meaning of "??"

regex perl

Perl regex exclude optional word from match

regex perl

Logging in using WWW::Mechanize

perl

How do I recursively search a JSON file for all nodes matching a given pattern and return the JSON 'path' to the node and it's value?

json perl data-structures