All the ASP objects can be referenced through the main package with the following notation:
$main::Response->Write("html output");
This notation can be used from anywhere in perl, including routines registered with $Server->RegisterCleanup().
You use the normal notation in your scripts, includes, and global.asa:
$Response->Write("html output");
Answered by
Nagendra
, an ibibo Master,
at
5:21 AM on December 04, 2008