Do you have the shebang line at the top of your script?
What's a shebang line you ask? It's how the shell knows what interpreter to use to run the script. It's a #! followed by the path to perl. #!/usr/bin/perl
Try /usr/interfaces/scripts/ccs_rename.pl instead.
And that failing then /usr/bin/perl /usr/interfaces/scripts/ccs_rename.pl
In reply to Re: invoking perl scripts....
by Mr. Muskrat
in thread invoking perl scripts....
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |