Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Hex dump parsing in perl

perl parsing hexdump

Is the behavior of % with negative operands defined in Perl 5?

perl modulo

What is the purpose of the parentheses in Perl's `foreach` statement?

perl syntax foreach

How can I delete an element of a referenced array?

Array sorting in Perl

perl

How can I expand variables in text strings?

perl

In Perl, how do you find the position of a match in a string, if forced to use a foreach loop? pos

perl foreach

What's wrong with this alternative mechanism to make DBI queries?

perl bind dbi weak-typing

What is the post-for/if syntax called?

perl nomenclature

printf "Modification of a read-only value attempted" error

perl printf

Perl: Assigning References to Array Elements in a Foreach Loop

arrays perl reference foreach

How to setup Apache-like name-based virtual hosts with Starman

perl plack psgi

How can I match against multiple regexes in Perl?

regex perl

How to process a multiline string line at a time

perl string

How to install dependencies of a Perl script?

linux perl

How 'bad' is replacing /usr/bin/perl with /usr/local/bin/perl on CentOS?

perl upgrade centos

Why is XML::LibXML adding a child to one <book> and not the other?

perl xml-libxml

Inheriting Constants with inline packages

perl

Perl hash when both the keys and the values are array references

perl hash reference

How to insert a line into the middle of an existing file

perl