in reply to How to make EXE file for Windows cmd window

Seconding Lotus1 (Re: How to make EXE file for Windows cmd window). When I wrote EXE from Script (Re: General advice desperately needed), ISTR I had previously tried to install PAR::Packer on DWIM Perl, which is a derivative of Strawberry. The best experience with both pp and Tk I had with Strawberrys PortableZIP edition. (Should work for you without Tk and without the -g flag on pp)

It should go without saying, but just to be certain: if you have multiple Perl interpreters, you know that you have to use the cpan utility of the respective Perl environment?

Replies are listed 'Best First'.
Re^2: How to make EXE file for Windows cmd window
by Discipulus (Canon) on Dec 24, 2015 at 11:40 UTC
    indeed
    perl -V:myuname && which pp.bat myuname='Win32 strawberryperl 5.14.2.1-portable #1 Tue Nov 22 18:24:29 + 2011 i386'; C:\path\strawberry\perl\bin\pp.bat

    L*
    There are no rules, there are no thumbs..
    Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.