On Thu, 2004-01-15 at 12:35, zentara wrote:
> On Wed, 14 Jan 2004 12:40:31 -0700, [EMAIL PROTECTED] (Jdavis) wrote:
> 
> >Hello,
> > Is it possible to dump the values of all the vars in a perl script
> >easily? I want to have a sub called Error that when called 
> >will tell me the current value of all the vars in the script.
> >
> >thanks,
I use the Data::Dump package which is a standard module.  Be warned that
calling Data::Dump::dump($variable) will undef $variable!

-Dan


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to