An introduction to Tmux
Feb 24, 2016 by David Farrell
How to get started with the open source terminal multiplexer
![]() |
VOOZH | about |
Feb 24, 2016 by David Farrell
How to get started with the open source terminal multiplexer
Feb 16, 2015 by David Farrell
Once you start using a multiplexer, youβll never go back
Jun 16, 2014 by David Farrell
A step by step guide to installing Perl 5.20 on Android KitKat
Feb 20, 2014 by David Farrell
Get the right modules and versions everytime
Jan 1, 2014 by David Farrell
How to get a local non-root install of Image::Magick working with Perlbrew
Dec 22, 2013 by David Farrell
Introducing every, the cron scheduling app written in Perl
Nov 15, 2013 by David Farrell
Learn how to manage your Perl modules in the cloud with Stratopan
Oct 20, 2013 by David Farrell
CPAN mirrors are online repositories which host or βmirrorβ the Perl module distributions on CPAN. There are hundreds of CPAN mirrors dispersed throughout the World. When the CPAN program is run for the first time on a machine, it will configure the CPAN mirror list to use for checking for new versions of modules and downloading Perl distributions. All CPAN mirrors are not created equally though: the distribution listβs age, speed and the geographic location vary from mirror to mirror and so you may want to re-configure your local CPAN mirror list to suit your needs. This article describes how to find CPAN mirrors and edit the local CPAN mirror configuration.
Oct 11, 2013 by David Farrell
Cron is a job scheduling program available on UNIX-like platforms. Most system commands can be scheduled including the execution of Perl programs. Once a job is setup, cron will run it as scheduled even if the user is not logged in, which can be a great way to automate sysadmin tasks or repetitive jobs. This article describes how to run Perl scripts with cron.
Jul 29, 2013 by David Farrell
CPAN is a fantastic Perl resource with thousands of modules and new ones being added all the time. But how do you keep track of whatβs being released? This article describes three techniques for keeping tabs on the latest CPAN releases.
Jul 17, 2013 by David Farrell
An anonymous function in Perl is an unnamed subroutine. But what are they good for? This article shows how through using anonymous functions itβs possible to write more generic, re-usable Perl code.
Jun 30, 2013 by David Farrell
Itβs super easy with CPAN::Uploader
Apr 15, 2013 by David Farrell
How to tackle this tricky config issue
Apr 7, 2013 by David Farrell
A quick way to list all non-core modules installed via CPAN using the command line:
Mar 27, 2013 by David Farrell
How to write your own uninstall modules script
Mar 24, 2013 by David Farrell
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!
To get in touch, submit an issue to perladvent/perldotcom on GitHub.
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Perl.com and the authors make no representations with respect to the accuracy or completeness of the contents of all work on this website and specifically disclaim all warranties, including without limitation warranties of fitness for a particular purpose. The information published on this website may not be suitable for every situation. All work on this website is provided with the understanding that Perl.com and the authors are not engaged in rendering professional services. Neither Perl.com nor the authors shall be liable for damages arising herefrom.