Hi,
I'm fairly new at Perl, but I have a little problem:
I installed Linux (FC3) and Perl on my PC at home to practice with Perl, and I can run my programs by using /usr/bin/perl prog_name.pl, but it won’t work when I try running it as an executable ( ./prog_name.pl). It looks like it runs, but doesn’t produce any output. The correct shebang is on the first line of the code and the file has attributes 755. Do I have to change a configuration to make this work?
Thanks,
Jo
In reply to no output
by joco10