Trying to use perl2exe to convert a perl script into an exe. The script uses some standard modules such as Find:
ath 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........

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........