Re: Perl executable problem...

2015-11-12 Thread Rui Fernandes
Hi Brock, Nice to meet you :) I've tryed the simplier script ever: #!/usr/bin/perl print "Hello World!"; exit; I've tryed to include Class::Load::PP, and other recommended modules also. The script just...frezees. Even if I type something, nothing appears. I didn't defined arguments for input e

Re: Perl executable problem...

2015-11-12 Thread Brock Wilcox
Greetings! Could you give us the text of your script, and maybe a screens hot of you running it? One guess is that you aren't providing the script name as expected, so perl is waiting for input. On Nov 12, 2015 08:54, "Rui Fernandes" wrote: > > > > > > > *Hi,I'm having a problem compiling a perl

Perl executable problem...

2015-11-12 Thread Rui Fernandes
*Hi,I'm having a problem compiling a perl script to run in my windows 7 32 bits environment. It compiles with Perl Dev Kit from active state, but when I run it (in the command line of dos) it just freezes - no anwer. The compilation gives no error. Does anyone knows why this might be happening?Chee