in reply to Unintialised value?

You're two lines off because it's a CGI. I suppose because of this at least the first line (#!/.../perl) isn't seen by perl.

Replies are listed 'Best First'.
Re: Re: Unintialised value?
by ysth (Canon) on Jan 25, 2004 at 03:59 UTC
    Can you expand on that? There's nothing special about a CGI script, though there are several special ways someone may be running a CGI-like script. If something like mod_perl is making the line numbers off like that, it's a bug, and should be fixed use of a #line directive.