Inspired by iamcal's Packaged, stripped naked

Not really obfu, but what the hell, I like it.

tachyon

$\ = ' '; sub AUTOLOAD {@_=caller;print shift} { package Just ;&::() } { package Another;&:: } { package Perl ;&::() } { package Hacker;::() }

Replies are listed 'Best First'.
Re: Packaged in a small box
by iamcal (Friar) on May 24, 2001 at 21:22 UTC
    It's beautiful :o)