Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

What is the order of execution of Mason blocks in a component

perl mason

When does perl free its lexical variable from memory?

perl

Performance using STDOUT (screen) vs regular file

Perl $$ (double dollar) sign -- what does it dereference?

perl

How to detect if Perl code is being run inside an eval?

perl

How can I print all executed subroutines?

perl trace call-graph

Scalar vs list context

perl