in reply to Packaged

Hmm, you might like this: tachyon $\=' '; sub AUTOLOAD{@_=caller();print shift} package Back;::(); package To;::(); package The;::(); package Drawing;::(); package Board;::();

Replies are listed 'Best First'.
Re: Re: Packaged
by iamcal (Friar) on May 24, 2001 at 16:24 UTC
    a much better method, thanks :D