A Perl module for better debugging This simple, elegant module lets you include Perl code for debugging or development-only environments, but hide it for production.
OpenGL bindings for Bash A project that started as a joke can be useful to people wanting to learn the concepts of OpenGL.
Easy data validation in Perl with Regexp::Common Take some of the trickiness out of building regular expressions in Perl with the Regexp::Common module.
10 Hello World programs for your Raspberry Pi "Hello world" is the beginning of everything when it comes to computing and programming.
Perl hashes and arrays: The basics Perl makes it easy to manipulate complex data using hashes and arrays. Here's what you need to know to get started.
An introduction to the Web::Simple Perl module, a minimalist web framework Perl module Web::Simple is easy to learn and packs a big enough punch for a variety of one-offs and smaller services.