On Fri, Aug 03, 2001 at 11:17:45AM -0700, Peter Scott wrote:
> At 10:13 AM 8/3/01 -0700, Matthew Lyon wrote:
> >is there and easy way to dump ALL data structures established by the
> >currently-running Perl script?
> 
> You can access all package variables through the stash, i.e., just print 
> Dumper \%::

Have you tested this?  My Data::Dumper doesn't dump globs, and short of
dumping some sort of code that reconstructs the glob, I don't think it would
be able to if it tried.  Now, it could probably manage to dump and thus
subsequently reconstruct a namespace, if it knew it was looking at a
namespace..


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to