I am starting to use perlez and perlcom. But I have problems...

When I use perlez, I make a simple program but on the line following:

mhPerl = PerlEzCreate("c:\perl\bin\perl.exe", "")

mhPerl=0 always, and the interpreter is not created,  so the program can�t be executed.

and when I use perlcom ...

Private Sub Command1_Click()
Dim ob As Object

Set ob = CreateObject("PerlCOM.Script")

ob.EvalScript ("$greet='hola';")

MsgBox ob.greet

End Sub

If I run the program, it says "automation error", I have comprobated that perlcom is correctly installated.

what is happened?



-----------------------------------------------------------------------
1 de Mayo, construye tu propio puente con edreams.
http://www.eresmas.edreams.es/edreams/espanol/cmt/index.jhtml?SOPSNB=6&PAGENAME=PUENTES&PORTAL=ERESMAS

_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to