in reply to Using Perl on OS X
The $ actually is the shell symbol, you shouldn't really type it, it's there to indicate that you are typing this on a shell... as for not returning anything, that's what the chmod does... it returns something only when it fails, you can now see if it worked by doing
$ ls -l my_program
without the $ of course ;) you'll see the file with the permissions it has
now you do: ./my_program and it should work.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Perl on OS X
by 1st_try (Initiate) on Sep 13, 2002 at 05:55 UTC | |
|
Re: Using Perl on OS X
by 1st_try (Initiate) on Sep 13, 2002 at 06:19 UTC | |
by dws (Chancellor) on Sep 13, 2002 at 06:25 UTC | |
by hmerrill (Friar) on Sep 13, 2002 at 12:41 UTC | |
by cayenne (Scribe) on Sep 13, 2002 at 09:25 UTC |