Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a very basic question... and this maybe because I'm not a Unix expert.
I've the perl script in a path like '/usr/interfaces/scripts/' and am trying to invoke the script from a scheduler with the absolute command as '/usr/interfaces/scripts/perl ccs_rename.pl <parameter>'
but it gives me an error saying '/usr/interfaces/scripts/perl: not found'.
Is there a nother way that I should be invoking this ?
Thanks!
Back to
Seekers of Perl Wisdom