This program draws `Just Another Perl Hacker' in a maze-form, repeatedly,
with different mazes.  To make it more readable, I highlighted the actual
characters with splats.

The mazes aren't really complete mazes; rather, they are wallpaper-style
mazes, not intended to be solved.

The obfuscation is a simple ASCII compression scheme that uses a prefixed
dictionary; each entry is the a single character that should be replaced with
the next two characters.
