use strict; use warnings; use feature 'say'; =pod State trooper: Would you please recite the alphabet. Perl Hacker: OK, ociffer... =cut say 'A' .. 'Z'; =pod State trooper: Now do it backwards, please. Perl Hacker: =cut say reverse 'A' .. 'Z';
</joke>

Replies are listed 'Best First'.
Re: How to beat a field sobriety test
by Your Mother (Archbishop) on May 25, 2010 at 18:33 UTC

    You should have a SEE ALSO section and include Acme::Drunk.