The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 07-29-2008
Franklin52 Franklin52 is online now Forum Staff  
Moderator
  
 

Join Date: Feb 2007
Posts: 4,333
What do you mean with: when it finds the perl command it stops ?
Have you make the file executable with the chmod command?


Code:
chmod 755 your_scriptname

And have you execute the script preceded with ./ ?

Code:
./your_scriptname

Regards