Theseus has asked for the wisdom of the Perl Monks concerning the following question:
I'm having a myriad of errors while trying to use this combination, and I want nothing more than to be able to make it work to save myself from having to give up Perl at work to learn VB.net or C#.
The biggest problem I'm having is that the ASP intrinsic objects aren't defined when my script launches. This means that $Response doesn't exist, so I can't call $Response->write or any other methods, this goes for the other ASP objects as well($Request, $Server, $Session, etc).
If anyone can offer any help at all, I'd be very grateful. I've scoured the internet for the solution to this problem, and I can't find a single thing.
|
|---|