http://qs1969.pair.com?node_id=54207


in reply to Re: (tye)Re: use warnings vs. perl -w
in thread use warnings vs. perl -w

If you are running under a webserver, the non-fatal errors my be hiding in the error log of your server or may even have been piped away to nothing, rather depends on the webserver. Check the error logs and see.

--
$you = new YOU;
honk() if $you->love(perl)

  • Comment on Re: Re: (tye)Re: use warnings vs. perl -w

Replies are listed 'Best First'.
Re: Re: Re: (tye)Re: use warnings vs. perl -w
by Theseus (Pilgrim) on Jul 17, 2002 at 16:05 UTC
    When I want to capture my warnings while running programs under IIS, I open STDERR to a text log file and then look in there for information.