|
|
| Just another Perl shrine | |
| PerlMonks |
(OT) Re^3: The basicsby Hue-Bond (Priest) |
| on Jun 24, 2006 at 17:59 UTC ( [id://557403]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
To the shell. [...] At least on unixish systems, there is always a shell involved in this process The #! line, also called shebang, tells nothing to any shell. It's the kernel who interprets it. When the first two bytes of an executable file are #!, the kernel runs the command that follows them, with the parameters specified, and feeds it the whole file on its standard input:
--
In Section
Tutorials
|
|
||||||||||||||||||||||||||||||||