esharris has asked for the wisdom of the Perl Monks concerning the following question:
Use of uninitialized value in concatenation (.) or string at (eval 6) line 29.
Obviously, I was expecting to see a file name. When I get the stack trace, it looks like the warning message occurs when my program calls CGI::header with no arguments.
I would really like to look at the code at (eval 6) line 29. But I'm not sure where this is.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Warn stack trace lost its way?
by BrowserUk (Patriarch) on Apr 29, 2004 at 16:23 UTC | |
|
Re: Warn stack trace lost its way?
by gellyfish (Monsignor) on Apr 29, 2004 at 16:33 UTC |