Re: OT: Converting a ASP request to CGI?

2001-11-28 Thread James Buchanan
Write an ASP page which then calls a CGI script. In file blah.asp: Dim param1, param2 param1 = Request.QueryString(param1) param2 = Request.QueryString(param2) Response.Redirect somewhere.cgi?param1= param1 param2= param2 ... and so on is one way to do it, if I understand what you are

Nothing ever works for me :-(

2001-09-09 Thread James Buchanan
I tried altering ppm of ActivePerl to point to the repository to get the mod_perl binary, but there was no such package available. I downloaded the source code and followed the steps in install.win32, to compile with MS Visual C++. Didn't work. I followed the steps to install with perl