Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Is it possible to increment a scalar reference in Perl?

perl pass-by-reference

Why is the # character seen as a 'word' character in Perl?

regex perl

How to import subroutines from modules in perl

perl module export subroutine

Confusion on syntax of of dimond operator in perl parsing and barewords

perl syntax

Print key of hash of arrays if any element of the array matches with another array

perl

Obtaining a slice through an array of hash references in Perl

arrays perl tsql hash

Prepared SQL statement in Perl

perl

s[][] notation in perl

regex perl

Assigning to a slice of a 3D array using the range operator

arrays perl slice

Why does a function name have to be specified in a use statement?

function perl perl-module

How to pipe the content of a variable as STDIN in a qx{} statement in Perl?

perl

Why doesn't a filehandle need a sigil in Perl?

perl variables filehandle

What does a2ensite do apart from creating a symlink?

apache perl configuration

In Perl using Mojo::DOM in XML mode, how do I match on contents of subtags?

xml perl dom mojolicious

Why is this negative lookbehind being considered a successful regex match?

Why does the Dumper module place parens around the assignment of its settings hash?

perl

Perl list interpolation performance

list perl

Perl command line replace for unicode

regex bash perl unicode

Write file in UTF-8 mode using Perl

perl

Is there an interactive command line environment for Perl?

perl read-eval-print-loop