A piggy bank of commands, fixes, succinct reviews, some mini articles and technical opinions from a (mostly) Perl developer.

Jump to

Quick reference

How to tell if a perl script is only being syntax checked

The special variable $^C will be true if the script is only being compiled with: perl -c script.pl