In the FAQ on the perl2exe web site, it explains that you sometimes have to use additional "use" statements in your script to tip the perl2exe compiler to make sure it loads those modules into your EXE.
See items 7-9 on this page: http://www.indigostar.com/pxman.htm -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of s s Sent: Saturday, March 09, 2002 10:38 AM To: [EMAIL PROTECTED] Subject: [Boston.pm] perl2exe question 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/
