What you want to do is collect any previous movie selections
and pass them on to the form through hidden fields.
Something like this:
Where %in is your hash if form vars retrieved from CGI->Vars.my $hidden_fields; $hidden_fields .= $cgi->hidden( $_, $in{$_} ) for ( grep { /dvdX/ } ke +ys %in );
Best Regards,
Wonko
In reply to Re: form problem...
by Wonko the sane
in thread form problem...
by Nik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |