Did anyone have a suggestion for this?

On Tue, Mar 15, 2005 at 09:14:08AM -0800, Daniel wrote:
> Hi,
> 
> I tried using $escmode in a library today, which didn't seem to work.
> 
> 
> I wrote this for debugging purposes:
> 
> sub p { use Data::Dumper;
>     local $escmode=0;
>     print OUT "\<pre>";
>     print OUT Dumper $_[0];
>     print OUT "\</pre>";
>         
> }  
> 
> 
> How can I use this from a library? Are you guys using anything else for
> easy debugging on variables?
> 
> db
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to