Re: [Fish-users] Exec format error with perl script

2007-09-10 Thread Tassilo Horn
"Axel Liljencrantz" <[EMAIL PROTECTED]> writes: Hi Axel, [...] > These are all ugly warts, they are non-standard and offer no new > functionality what so ever, and should never be used. I wish I could > say that fish implements none of them, but I am weak and easily > influenced, and went along

Re: [Fish-users] Exec format error with perl script

2007-09-08 Thread Axel Liljencrantz
On 9/7/07, Beni Cherniavsky <[EMAIL PROTECTED]> wrote: > "#!" is supported by the kernel. Support varies a between different > unix kernels and unfortunately is quite crippled in most cases: > * all(?) kernels require a full path! "#!/usr/bin/env perl" is the > classic solution. > * many only acc

Re: [Fish-users] Exec format error with perl script

2007-09-07 Thread Beni Cherniavsky
"#!" is supported by the kernel. Support varies a between different unix kernels and unfortunately is quite crippled in most cases: * all(?) kernels require a full path! "#!/usr/bin/env perl" is the classic solution. * many only accept one option argument (meaning you can't do "#!/usr/bin/env per