I have used perl2exe to convert all my perl
scripts to exe's. I have a script1.pl(converted to exe
script1.exe) which in turn calls
  system(script2.exe) ###original script2.pl

    script2.pl has a call to script3.exe.

   When i run this on my machine script1 runs fine.
However if I run it on another machine where no perl
modules exist, I get an error complaining about a perl
module missing.
    When I converted the perl scripts to exe, I was
under the assumption that i would not need to have the
PERl modules exist in another machine to run the exe
there. Is my assumption wrong ? What am I doing wrong
here ? Any suggestions ?

Thanks. 

 


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

Reply via email to