Deploying Dancer Apps (Addendum)
Some more thoughts about deploying Dancer apps as persistent daemons
Some more thoughts about deploying Dancer apps as persistent daemons
A step by step guide to installing Perl 5.20 on Android KitKat
Learn which files are in a distribution, the difference between a module and a package etc.
Get the right modules and versions everytime
How to get a local non-root install of Image::Magick working with Perlbrew
Learn how to manage your Perl modules in the cloud with Stratopan
Most Perl programmers know they can find out the current Perl version by typing “perl -v” as the command line:
This is a simple trick for conveniently running local Perl as a root user on UNIX-based systems.
Another cool way to get the version of a module
Perl module features and behaviour can change from version to version and so knowing the version number of an installed Perl module can be useful in several scenarios. Below are three different command line methods for finding out the version number of an installed module that work on Bash and Windows Powershell. So fire up the terminal and get typing!
I’m working on a project with Curtis “Ovid” Poe and Adrian Howard. We use Perl 5.10.1, but because we control which version of Perl 5 we use, there’s no reason not to test with Perl 5.12.0 - and if we…
Every software distribution is a bunch of files written and maintained by programmers. The files are of three types: code, documentation, and crap—though this distinction is too subtle. Much of the documentation and code is crap, too. It’s pointless. It’s…