in reply to How to convert bunch of perl file + other dependent Input files Into a single executable
I suggest using pp, to include dependencies in your packaged executable, do:
pp -x scriptname.pl -o exename.exe
perl2exe is not open source, read the licence documentation. The docs also show the arcane way of including dependencies.
|
|---|