in reply to Re: "Globbing" over variable names in Perl?
in thread "Globbing" over variable names in Perl?

Thanks, this is cool stuff ... solution 2 is exactly what I was looking for! At least it returns a clean list of all variables defined. Could you briefly expand on the syntax, please? I am not familiar with package stuff.

Thanks again -

Pat

Replies are listed 'Best First'.
Re^3: "Globbing" over variable names in Perl?
by AnomalousMonk (Archbishop) on Sep 29, 2010 at 19:19 UTC
    I am not familiar with package stuff.

    See package.