I have different operating systems and HP-UX places Perl in /usr/contrib/bin, so how do I set the first line so it knows where to find the interpreter? (Creating a link isn't possible.)
For the other OS's I have
but this err's on HP-UX.
Placing
works for HP-UX but not AIX, BSD, Solaris, and Linux.
For the other OS's I have
Code:
#!/usr/bin/perl
Placing
Code:
#!/usr/contrib/bin/perl