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