Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Is it possible to create an attribute that can only be set in the constructor in Moose?

perl moose

Signal handler not found

perl

Which is more efficient, Perl pattern matching or grep?

perl grep

Avoiding wrappers in AJAX response using Catalyst

jquery ajax perl catalyst

Perl: installing with Perlbrew on Macos Sierra

perl macos-sierra perlbrew

where is perl eval "...propagated" documented

perl exception eval die

Perl woes - assigning and returning a hashes

perl

Wipe a string but keep its middle part

What does this code do?

perl grep

Perl - is object instance of class?

perl

Test::MockTime does not mock time in certain cases

How do I setup my server with https and perl Dancer as a standalone server?

perl ssl twitter dancer

Updating OpenSSL on Strawberry Perl

incorporating local variables in a global hash in perl

perl perl-module

Interrupted server-side perl CGI script when client-side browser closes

perl cgi client apache

Excel::Writer::XLSX - howto freeze first line

perl perl-module

How can I use Test::LWP::UserAgent if I cannot replace the $ua in the app code directly?

perl unit-testing lwp

How do I use the diamond operator as a function call argument in scalar context?

perl diamond-operator

How to make an object into an array reference?

arrays perl reference