<> wrote in message
news: oups.com...
> 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");
>
Normally you would write $Response->, $Session->, etc. for the built-in
objects. I assume your Site object would work the same.
Matt
|