M
mcmahon2
I'm developing an app that hosts ActiveScript engines. I've tested
VBScript, JScript, Python w/o any problems. However using ActivePerl,
objects (Site) that are added via AddNamedItem to the engine are not
accessible within the script itself. I receive the following error
Can't locate object method "LogDevice" via package "Site" (perhaps you
forgot to load "Site"?) at (eval 2) line 14
when executing
Site->LogDevice("Hello from Perl Script");
Any special handling of the object references within Perl ?
Thanks
Bill
VBScript, JScript, Python w/o any problems. However using ActivePerl,
objects (Site) that are added via AddNamedItem to the engine are not
accessible within the script itself. I receive the following error
Can't locate object method "LogDevice" via package "Site" (perhaps you
forgot to load "Site"?) at (eval 2) line 14
when executing
Site->LogDevice("Hello from Perl Script");
Any special handling of the object references within Perl ?
Thanks
Bill