At 10:10 -0500 5/22/04, Timothy Bailey wrote:
>Oddly enough, shell scripts (which I am less familiar with) don't seem to pay 
>attention to the "shebang" line either.  I am guessing that the problems are related.

You do have the execute bit set don't you?

chmod 755 "yourScript"

In any case it's not perl that isn't recognizing the shebang line, it's your working 
shell. Learn about tool hashing and the rehash command if it's tcsh.

If your script is in the current working directory try ./yourscript.  That's 
dot-slash. It will avoid the hashing.

Think about creating a $HOME/bin/ directory and adding it to your path in 
$HOME/.MacOSX/environment.plist.

-- 
-->  There are 10 kinds of people:  those who understand binary, and those who don't 
<--

Reply via email to