in reply to Re: Warning Messages
in thread Warning Messages

Hi Dave, could you clarify what you mean by undefined on that line ? Thanks

Replies are listed 'Best First'.
Re: Re: Re: Warning Messages
by Washizu (Scribe) on Nov 19, 2001 at 17:58 UTC

    What he means is that if you are running this script locally on your machine, and not through a web server, the environment variables you are trying to use may not be there meaning they are undefined. Try running them through a server and see if you have the same problem.

    -----------------------------------
    Washizu
    The best offense is a good offense.

      Thanks..I fixes all except the read line, any ideas how i can fix that ?
        Hi All, I am having real problems sorting out the read( ) line, as it keeps bringing up a unititialized error message - I desperately need to fix this ... is there any way ?

        For the $ENV{'QUERY_STRING'} error I enclosed that in a if ($ENV{'QUERY_STRING'}) { <<>> } tag ...Please let me know if there is any way I can fix the read
Re: Re: Re: Warning Messages
by davorg (Chancellor) on Nov 19, 2001 at 17:57 UTC

    I mean that by the time the line is executed, the variable hasn't been given a value.

    --
    <http://www.dave.org.uk>

    "The first rule of Perl club is you don't talk about Perl club."