in reply to problem with shebang

Did you make the file executable?

I would expect an error message if not, but it's worth checking anyway.

There's also the possibility that your perl executable might have been corrupted somehow. Try replacing the perl executable somehow — perhaps by "updating" the software using whatever software management system is standard for your OS.

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin