Click to See Complete Forum and Search --> : Passing ASP Variable to PERL


jacknbey
09-27-2005, 11:37 PM
Hi,

I am looking for a way to pass an ASP variable into the PERL module. May I know how should I do it if it is an asp POST value?

It should be something like

$value = "??variable from asp??"

I am not sure what command should it be... is it $request->form? Not working though...

Regards,
Jack

Jeff Mott
09-28-2005, 12:25 AM
If it is a form submission from an ASP page then you would retrieve the values just like you would any other form element: with the CGI module.