On Mon, 1 Dec 2003, [iso-8859-1] Patricio Muņoz wrote: > Hi, > Finally, apache with mod_perl work fine, the sintaxis are: > > LoadFile "d:/perl/bin/perl58.dll" > LoadModule perl_module modules/mod_perl.so [...] > But when I test the sample in ASP, display errors > This sample work fine in Win98 s.e. with PWS > > <html> > <% > Dim usuario, password, modem > > usuario = Request.Form("user") > password = Request.Form("password") > modem = Request.Form("modem") > %> [ .. ] You need to write the asp page using the Apache::ASP syntax - see http://www.apache-asp.org/ for discussion and samples.
-- best regards, randy kobes -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html