From: "Fred Sahakian" <[EMAIL PROTECTED]>
> Ok, I was able to get rid of all those error but now the CGI is not
> picking up the data from the form.
> 
> 
> Am I using it correctly?  When I get rid of the "my %FORM;" it works
> fine.
> 
> my %FORM;
> my $index = $FORM{'index'};

You want 
        our %FORM;

Read up on the difference.
( see also http://www.plover.com/~mjd/perl/FAQs/Namespaces.html )

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to