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]

Reply via email to