Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: using LWP in Taint Mode

by dorko (Prior)
on Jul 11, 2005 at 11:55 UTC ( [id://473905]=note: print w/replies, xml ) Need Help??


in reply to using LWP in Taint Mode

hoops99,

Try adding the line:

use CGI::Carp qw(fatalsToBrowser);

just before your use LWP; line (or however you're loading LWP). It should print fatal errors to the browser as well as the log. Alternatively, check your web server logs to see what's happening.

Cheers,

Brent

-- Yeah, I'm a Delt.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://473905]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 06:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found