Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Slicing a nested hash in Perl

perl hash slice

In Perl is there a way to restart the program currently running from within itself?

perl exit subroutine

why is ppm: command not found?

shell perl ubuntu-12.04

perl adds dummy elements to array after inquiry

perl

How should I create and return an arrayref in Inline::C?

perl

Perl appending (s)printf output to string

perl

How can I define a regexp pattern as a constant in Perl?

regex perl datetime

How to use a script to query android sqlite database

android python perl sqlite adb

What is the meaning of operator ||=

perl operators

How does PAR::Packer work?

perl exe executable

Is it possible to get all valid methods for a particular Perl class?

perl class oop methods

Read text file in Perl word by word instead of line by line

perl

Perl regex - How to make it less greedy?

regex perl

Why are `\Q` `\E` in a Perl pattern in some cases interpreted as literal `Q` `E`?

regex perl

How does the end of line influence the regex here?

regex perl

perl nested unless statements not equal to use of &&'s?

perl

What does this line mean in perl?

perl

How to redefine \s to match underscores?

regex perl character-class

Check if any replacement done by `perl -i -pe`

regex bash perl sed

What do Perl identifiers starting with an asterisk * represent?

regex perl