..I just upgraded to 5.10 (uninstalled 5.8 and installed 5.10, actually)
and I can't seem to execute using the perl ActiveScript engine.  For
instance, I try this simple script:

<job>
<script language="PerlScript">
  use strict;
  say "Hello World";
</script>
</job>

and try to run with cscript -- cscript crashes.

In our application, we also have a custom ActiveScript host (so we can
execute ActiveScript engines) and we can also no longer run using the
PerlScript engine.  We get an exception thrown from the InitNew method
on the IActiveScriptParse interface.  Is the activescript engine broken
in this release?

TIA,
Mike Ellery

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to