in reply to Re: perlscript as she-bang line
in thread perlscript as she-bang line

That's what I thought as well, but that's obviously not the case, as the difference between zsh and bash shows.

Replies are listed 'Best First'.
Re^3: perlscript as she-bang line
by ambrus (Abbot) on Dec 28, 2004 at 23:47 UTC

    Ah, I didn't read your node carefully, and failed your comment about zsh.

    Well, it's zsh then. From info zsh "Command Execution":

    If execution fails because the file is not in executable format, and the file is not a directory, it is assumed to be a shell script. /bin/sh is spawned to execute it. If the program is a file beginning with `#!', the remainder of the first line specifies an interpreter for the program. The shell will execute the specified interpreter on operating systems that do not handle this executable format in the kernel.