I created another Perl script. Placed it on the same Linux machine in the same directory as all of my other scripts. I used the same first line as other scripts.
and I checked to make sure that perl was in /usr/bin and I still get the error.
": bad interpreter: No such file or directory"
I don't really know what is wrong here. If I use perl myScript.pl it runs fine. Any idea why this error appears?