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

Hi

All the commands with perl (-E "say 'hello'"; or perl script.pl) runs perfectly. In the IDE - Perl Builder - also. Perl Dev Kit compiled programs...no. It just hangs...It just stays "thinking"...

Replies are listed 'Best First'.
Re^3: Perl executable problem
by kennethk (Abbot) on Nov 12, 2015 at 23:45 UTC

    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.