in reply to Never-to-use Perl features?

(This list contains a lot of dupes from other's lists; I'm Huberific enough to think that somebody might care what's on /my/ list.)


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

Replies are listed 'Best First'.
Re: Re: Never
by jryan (Vicar) on May 13, 2003 at 06:21 UTC
    not being able to iterate over lexicals through a psudo-symbol-table.

    See PadWalker. PodMaster even made a ppm of it for his ppm repository.