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

C static

The keyword 'static' before a function name means that the function will only be available to callers in the file where it is declared.