Do you remember the cassettes that you could buy from the back of 8-bit magazines that offered a number of useful tools to aid coding? From seedly looking ads such as this (taken from Your Computer, ...
Apache automatically puts the logged-in username in the REMOTE_USER enviromnent variable, which can be accessed by any CGI program. In Perl, it's $ENV{'REMOTE_USER'}.
This Perl library provides an easy-to-use interface for interacting with the Bitbucket API. It includes methods for accessing repositories, commits, pull requests, project permissions, extensions, ...
There are a lot of really nice scripting languages available to Unix admins, but Perl is still one of my favorites for doing any work that involves regular expressions — any text that you can describe ...
There are numerous ways to redirect standard error in a Perl script. You can redirect the output from one particular command, you can combine standard error with ...
As the subject suggests, I'm trying to run a Perl script on my Debian box (kernel 2.2.20, Apache 1.3.26, Perl 5.6.1). Instead of running, however, my web browser (IE5.5) tries to download the ...