in reply to Re^2: Perl executable problem
in thread Perl executable problem

So the executable as built by PerlApp hangs even when the script is:

use strict; use warnings; print "Hello\n";
?

#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.