in reply to
Perl script <name.pl> works but EXE <name.EXE> fails
Add print statements until you find where the program gets stuck, or use
Devel::Trace
for shortcut (works under perl -d).
Comment on
Re: Perl script <name.pl> works but EXE <name.EXE> fails
In Section
Seekers of Perl Wisdom