The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 01-16-2008
dinomite dinomite is offline
Registered User
 

Join Date: Mar 2007
Posts: 1
You need to put the full path to the Perl interpreter not just your script. You probably want:

/usr/bin/perl /moutaz/ciscolog/telnet.pl

in the script.
Reply With Quote