in reply to Re^3: perl pre-execution hook
in thread perl pre-execution hook
(note: the original post was changed significantly after my reply)
$ foo -bash: ./foo: /usr/bin/perl: bad interpreter: Permission denied
yes, but you can always say
$ /usr/bin/perl foo
(which would run without problem)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: perl pre-execution hook
by ikegami (Patriarch) on Jan 04, 2011 at 20:27 UTC | |
by Anonyrnous Monk (Hermit) on Jan 04, 2011 at 20:39 UTC | |
by ikegami (Patriarch) on Jan 04, 2011 at 21:25 UTC | |
by Anonyrnous Monk (Hermit) on Jan 04, 2011 at 22:03 UTC | |
by ikegami (Patriarch) on Jan 04, 2011 at 22:19 UTC | |
by logix (Initiate) on Jan 04, 2011 at 20:51 UTC |