Larry Wall's Programming Perl, 3rd Edition
Tie::File - When Your Array IS the File - Esoteric Ruby programming tutorial from perl.gg
Corinda - A planned collection of scripts to rehearse techniques described in the classic book of magic 13 Steps to Mentalism by Corinda.
First script available, memoryTest, is a Perl script for practicing the mnemonic system used in "The Great Memory Test" in Step 3. Configuration settings set directly in the script, currently, but will eventually be passed as command arguments.
Beautiful Perl series This post is part of the beautiful Perl features series. See the... Tagged with perl, programming, beautifulperl.
Perl idioms that may not be obvious to programmers coming from other languages.
🐪 List of resources about Perl. Contribute to thibaultduponchelle/perlres development by creating an account on GitHub.
Everyone tells you to use a three-argument open(), but there's a lot more you can do ...
When your data file is the program
A list for beginning Perl programmers to ask questions in a friendly atmosphere.
History of Perl releases since version 5.6, each with a summary of added or changed features.
A poetic salute to the language of sigils, regex, and glorious entropy. I think that I shall ne'er unfurl A beast as wild and weird as Perl. A line of code – a cryptic rune– Can parse a log or launch a moon. Its sigils dance:
$,@, and%, With magic dense and recompensed. A regex here, a glob of text, Then...
httpd is the OpenBSD built-in Webserver. It has support for FastCGI which is a protocol that allows Web servers to execute external programs through a FastCGI Server. In OpenBSD, the FastCGI Server is called slowcgi and also is in the default installation. So it is possible to build a dynamic website or API without installing additional packages.
Dive into the world of Perl programming - A blog exploring regular expressions, code obfuscation, and esoteric Perl techniques. Discover the quirky and unconventional side of Perl!
The Backtick Heredoc - Esoteric Ruby programming tutorial from perl.gg