On 2004-01-14, jdavis <[EMAIL PROTECTED]> 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.

Have you read about the perl debugger? I recommend "perldoc perldebtut".
It has a function to dump all the values in the current name space.
That doesn't directly answer your question, but it may help with your
issue.

        Mark

-- 
http://mark.stosberg.com/ 


-- 
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