in reply to cgi-wrapper???

Are you using Apache? Check your httpd.conf file for an AddHandler line referring to cgi-wrapper. That sounds like a web server configuration to me.

Can you run your script successfully from the command line? (CGI.pm emulates a web environment when you do this.)

Replies are listed 'Best First'.
RE: Re: cgi-wrapper???
by cei (Monk) on Apr 28, 2000 at 23:45 UTC
    The httpd.conf file has
    AddHandler cgi-wrapper .cgi AddHandler cgi-wrapper .pl AddHandler server-parsed .shtml AddType text/html .shtml
    in it.

    I debugged my code enough from the commandline that I was able to get rid of the fatal error when the Carp was not in place, so I feel better about my code in general now, but I still don't know why the WARN shows up in the logs...