Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

how does this work: map used with ternary hook operator and ()

perl

MySQL - Perl: How to use an array with IN within a select query? (WHERE IN (@array))

mysql arrays perl

Creating folder using perl

perl mkdir

Quickest/most concise bash one-liner for extracting specified lines from a file

perl bash sed awk grep

Perl: Beginner. Which data structure should I use?

perl

How can I know which portion of a Perl regex is matched by a string?

regex perl

How to turn an array of words into an array containing the characters of the words in order?

string perl

Is it "OK" to wrap standard Perl modules with Moose?

perl moose

automatically install missing modules from CPAN

perl deployment cpan

Why does // have lower precedence than equality in perl?

perl

How to read binary file in Perl

perl

Perl & CPAN upgrade help for OS X

Perl: Iterating through INI files

perl file iteration config ini

does python has its error report message like $! in perl

python perl

Repeated arguments in a prepared statement

sql perl dbi

How do you call a subroutine from a package, given the package name in Perl?

how to query sqlite for certain rows, i.e. dividing it into pages (perl DBI)

perl sqlite dbi

Create a file in a directory using Perl

perl createfile

How to get element from array in Template-Toolkit?

perl regex to match any `word character' except Q

regex perl mod-perl