in reply to perl2exe Error

You need to add
#perl2exe_bundle "/some/path/ParserDetails.ini"
to the name.pl file on which you are running perl2exe.

Search your @INC directories for that .ini file, then use the full path in the perl2exe_bundle line. That directive tells perl2exe to include the file in the .exe being created so that it is available to the program when the .exe is executed.

Replies are listed 'Best First'.
Re^2: perl2exe Error
by Anonymous Monk on Nov 20, 2009 at 10:41 UTC

    Hi, I tried those steps, but No success.

    Is there any other way(any free software) to convert my perl script to exe?

    Thanks,

      Take a look at pp.