in reply to Re: Confusing Syntax
in thread Confusing Syntax

Thanks for the help.
I never knew about getting a list from param. Thats pretty handy.
I still have problems though.
The error syntax error at upload.cgi line 73, near "while <$pic_filehandles[$cntr]>" is still present and I can't figure it out.
Also could you please elaborate on your comment about checking the folder before using it.


All the Best, Eoin...

If everything seems to be going well, you obviously don't know what the hell is going on.

Replies are listed 'Best First'.
Re: Re: Re: Confusing Syntax
by Juerd (Abbot) on Aug 12, 2003 at 12:09 UTC

    I never knew about getting a list from param.

    Reading the documentation really helps.

    syntax error at upload.cgi line 73, near "while <$pic_filehandles[$cntr]>"

    You should use parentheses with while. Again, you should read the documentation.

    Also could you please elaborate on your comment about checking the folder before using it.

    Try to see what happens if the web users specifies "../hello_world" as the album.

    Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }

      Sorry i was totally missing the point.
      Advice duely noted and acknowledged.
      Thanks for all the help.


      All the Best, Eoin...

      If everything seems to be going well, you obviously don't know what the hell is going on.