http://www.perlmonks.org?node_id=907513


in reply to Re^2: It LOOKS right...
in thread It LOOKS right...

When I run your program, pasted to a file test.pl, as ./test.pl on my system (Debian Linux) I get:

bash: ./test.pl: usr/bin/perl: bad interpreter: No such file or direct +ory

If I run it as perl test.pl I get:

Hello World!

So, I wonder what system you are running it on and how you are running it.