in reply to Re: Strange Problem
in thread Strange Problem

You might like to try adding the following, which I put in CGI scripts:

<code> use CGI::carp qw(fatalsToBrowser); <code>

This now produces sensible messages on the browser.

Replies are listed 'Best First'.
Re: Re: Re: Strange Problem
by Cody Pendant (Prior) on Feb 12, 2002 at 23:19 UTC
    I think you mis-typed that a little:

    use CGI::Carp qw(fatalsToBrowser);

    "Carp" would need to have an upper-case "C".
    --

      Agreed. This was a combination of finger fatigue and too much exposure to operating systems that are case insensitive.

      still... I'm not being paid to do Unix ATM.

      R.