
Perl2EXE is a very useful program when you try to translate your PERL code to a execute file without PERL environment.
There should be noted if you happen the same problem.
C:\p2x-8.60-Win32>perl2exe.exe sample.pl
Perl2Exe V8.60 Copyright (c) 1997-2005 IndigoSTAR Software
Registered to evan:kkdai:20080010, ENT version
Converting 'sample.pl' to sample.exe
C:\p2x-8.60-Win32>
Which I use Perl2EXE V8.8 but I don't have Active Perl 5.88
After I switch to Perl2EXE V8.6 and using Active PERL 5.86. It work as follows:
C:\p2x-8.60-Win32>perl2exe.exe sample.pl
Perl2Exe V8.60 Copyright (c) 1997-2005 IndigoSTAR Software
Registered to evan:kkdai:20080010, ENT version
Converting 'sample.pl' to sample.exe
C:\p2x-8.60-Win32>