Post Made Community Wiki by Community
show/hide this revision's text 2 Fixed signature link

You should never write Perl code without:

use warnings;
use strict;

Also, you should never use a JAPH in production code. Those are strictly for use in .signature files and golf. Their misuse elsewhere is, IMHO, one of the main reasons for Perl's reputation as a "write-only" language.

show/hide this revision's text 1

You should never write Perl code without:

use warnings;
use strict;

Also, you should never use a JAPH in production code. Those are strictly for use in .signature files and golf. Their misuse elsewhere is, IMHO, one of the main reasons for Perl's reputation as a "write-only" language.