Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl: utf8::decode vs. Encode::decode

perl encoding utf-8 decoding

Getting ack to search through .htaccess or other dotfiles

perl .htaccess ack dotfiles

IE9 loses requests to a local Catalyst server

Is there anything like Fabric for Perl? [closed]

perl deployment fabric

PSGI logging (Perl)

perl logging psgi

Are there any modules I'm missing to help me write better code?

perl code-analysis

parse and rearrange hostnames

c++ python perl awk

How to execute perl file from shell script

perl shell

How to fix the Mojolicious-Boilerplate app?

perl mojolicious

Marpa::R2 leaks memory

How to make a Dist::Zilla based Perl module (or app) install files into /etc/?

How to set the expiration time for a cookie managed by Plack::Middleware::Session?

Finding 'lost' variables (circular references)

perl reference

Why is my Moo object that inherits from a non-Moo class blessed into the parent's package for some modules?

How do I use a default array if no command line arguments are given?

arrays perl default

Cwd.c: loadable library and perl binaries are mismatched (got handshake key 0xdb00080, needed 0xde00080)

How do I print an expanded regex in unexpanded form?

regex perl

How do I turn the Perl 5 module Data::Printer's `show_tied` option off when using it in Raku?

perl import module tags raku

Regex to replace Boolean with bool

regex perl

Can I define functions outside of a class using MooseX::Declare?

perl module moose