PerlEZ question
by Claus Kick other posts by this author
Aug 29 2009 5:54AM messages near this date
Re: Archive::Tar
|
RE: PerlEZ question
Hello everyone,
Just for fun, I am implementing a Smalltalk-> Perl bridge using ActiveState
Perl (this is on windows), by using PerlEz.dll.
So far, I can load the library and create an interpreter, but then I am a
bit lost, when it comes to actually calling a perl script.
I receive error 5 for my PerlEzCall1, which means that the function call
caused an exception
http://docs.activestate.com/activeperl/5.8/Components/Windows/PerlEz.html
says for PerlEzCall1 to pass a pointer name of the function to call as
second parameter.
But I pass the filename (I assume script name) as part of the
PerlEzCreateOpt already - what do I need to pass here?
I would be very greatful for some help.
Thread:
Claus Kick
Jan Dubois
|