This might help if you are using the CGI.pm module. use CGI::Carp qw(fatalsToBrowser);
-James -----Original Message----- From: Nate Brunson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 11:23 AM To: [EMAIL PROTECTED] Subject: running perl with -w when you run perl with the -w flag does perl store all the warnings in a variable, like $! ? or is $! only errors? the reason I ask is I am using flash to run a .cgi script then print back the scripts results to flash, but for testing I want to be able to see some of the warnings I get, but because I am printing Content-type: text/html the warnings don't get displayed, how can I display them? any help would be appreciated nate -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]