Monks, I have a slight problem that I think should be easy to overcome. I have the need to run my scripts with #!perl instead of #!/usr/bin/perl.
Problem is that even though I have perl in my path I always get a file not found error. Am I missing something?
Collins