Alternatively you should be able to access the form params from the request object that ASP provides automatically. I don't recall right now how to get to it, but it's surely in the Activestate docs.
my $query = CGI->new; # save POST and GET parameters into %FORM foreach ($query->param) { $FORM{$_} = $query->param($_); }
In reply to Re: IIS and Perl, yippee
by gregorovius
in thread IIS and Perl, yippee
by matrix_man
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |