I've just successfully translated an ASP from VBscript to PerlScript
(It calls a COM object)
However when I tried to beautify my code by splitting it up into
subroutines &init_object; and &execute_object it didn't work
It would appear that execute_object couldn't "see" the object
($APIObject) created in init_object
$APIObject = $Server->CreateObject("zzzzAPI_lib.zzzzAPI_ASP");
Do I have to pre-declare $APIObject ???
Sent via Deja.com http://www.deja.com/
Before you buy.