in reply to Form parameters in CGI
Well, CGI is CGI and ASP is ASP. It's not likely that you can usea CGI module for ASP applications...
At least i have an idea how you could solve the Write() and print() problem: Create an IO::Handle that points to a scalar (use IO::Scalar if you don't have 5.8.0) and then select() this handle. In the end you can Write() the whole thing at once...
--
|
|---|