![]() |
|
Pathologically Eclectic Rubbish Lister | |
PerlMonks |
Re: perl callable from bash?by eye (Chaplain) |
on Apr 13, 2009 at 06:15 UTC ( #757160=note: print w/replies, xml ) | Need Help?? |
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:
Good luck!
In Section
Seekers of Perl Wisdom
|
|