Oct 27, 2003 #1 wardy66 Programmer Jun 18, 2002 102 AU Hello all I want to be able to find out which variables have been defined in a namespace. For example, package XYZ; $x = 10; $y = 12; $z = 20; package ABC; # Something goes here that can find everything under XYZ:: Thanks in advance
Hello all I want to be able to find out which variables have been defined in a namespace. For example, package XYZ; $x = 10; $y = 12; $z = 20; package ABC; # Something goes here that can find everything under XYZ:: Thanks in advance
Oct 27, 2003 1 Thread starter #2 wardy66 Programmer Jun 18, 2002 102 AU As is often the case after looking for something for ages, I found the answer a minute after I posted this. Sorry to bother http://perl.about.com/library/weekly/aa100900a.htm Upvote 0 Downvote
As is often the case after looking for something for ages, I found the answer a minute after I posted this. Sorry to bother http://perl.about.com/library/weekly/aa100900a.htm
Oct 28, 2003 #3 MikeLacey MIS Nov 9, 1998 13,212 GB nice... Mike Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884 It's like this; even samurai have teddy bears, and even teddy bears get drunk. Upvote 0 Downvote
nice... Mike Want to get great answers to your Tek-Tips questions? Have a look at faq219-2884 It's like this; even samurai have teddy bears, and even teddy bears get drunk.