in reply to More Script Header Problems

Try running your perl code from the command line. Enable warnings and diagnostics. You probably left a semicolon off the end of a line, or have a multiline quote that isn't terminated where it should be.

If you aren't using the CGI module, do so. Besides having excellent parameter handling, it makes it easy to test CGI scripts at the command line.


TGI says moo

Replies are listed 'Best First'.
Re: Re: More Script Header Problems
by little (Curate) on Jun 21, 2002 at 16:47 UTC

    Without being nitpicking I suggest also:

    use diagnostics;
    As this is more elusive upon single error messages and sometimes contains good hints on how to fix the bug :-)


    Have a nice day
    All decision is left to your taste