Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl2exe include somemodule

Status
Not open for further replies.

kendrais

Programmer
Joined
Aug 11, 2004
Messages
1
Location
US
Trying to use perl2exe to convert a perl script into an exe. The script uses some standard modules such as Find::Path and Math::BigFloat.
I have tried adding

#perl2exe_include Math\BigFloat;

to no avail.
The problem may be b/c I have perl installed on this machine @
E:\Perl\Perl
perl2exe is @
E:\Perl

The perl script Myscript.pm runs from this location via
perl Myscript.pm

I also tried moving BigFloat.pm into the top Perl dir with Perl2exe. Stumped........
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top