Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to use the dbicdump to only dump specific table

mysql perl dbix-class

Perl using a variable to reference a module messes up passing parameters

perl perl-module

Feeding a Python array into a Perl script

python perl

Perl: Handling arrays and array references

perl

Perl custom syntax for suffixes or custom postfix operators

Perl regular expression inside regular expression

regex perl expression

Perl: Testing that a file is actually writable as opposed to checking file permissions

perl file-permissions

Is there a way to tell which @INC path a module was loaded from?

perl

Negative lookbehind in regex

How to connect to a Gmail inbox

perl gmail imap

How to use AnyEvent::HTTP to get only part of the page?

perl anyevent

Handling wide char values returned by Win32::API

perl winapi

Where to put bash completion scripts

bash perl bash-completion

include/eval perl file into unique namespace defined at runtime

perl

Perl file handles - overwrite existing data instead of appending/deleting

perl file-handling

Is there an advantage to using a continue block with a while loop in Perl?

perl

How do I configure Dancer2 and Template Toolkit to use a different Stash module

DBIx::Class - get all relationship that was used as a condition using prefetch?

perl join dbix-class prefetch

Perl try catch for user defined exceptions

perl

Test::Mojo + prove leads to duplicate logging

perl mojolicious-lite