Programmer: Cameron Kaiser <ckaiser@oa.ptloma.edu>
Category:   3 (Best Perl Journal)

Note: Despite the fact that it's over 1,024 bytes, it doesn't need the white
space at all. It won't look as pretty, but it will still work just fine!
Just in case you were wondering:

cars:/home/ckaiser/perl-p/% perl -pe 's/\s//g' < obfuscated.pl | wc -c
561
cars:/home/ckaiser/perl-p/% wc -c obfuscated.pl
1441 obfuscated.pl

