Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: perl callable from bash?

by eye (Chaplain)
on Apr 13, 2009 at 06:15 UTC ( [id://757160]=note: print w/replies, xml ) Need Help??


in reply to perl callable from bash?

Two points to be made here.

First, you rarely, if ever, want to set a script to have permissions (mode) 777. That give write access to your script to anyone with access to the machine. A mode of 755 should be sufficient to allow anyone to run the script. If it is just for you, you could use 700.

Second, I'm going to take a wild stab at your actual question and suggest that you:

  • change the script to include the absolute paths of the scripts (e.g., /home/hsmyers/bin/firstscript
  • enclose the name of your file in single quotes on the command line

Good luck!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://757160]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 22:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found