in reply to using LWP in Taint Mode
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
|
|---|