| Next | System Programming in Perl | 30 | 
Because otherwise this wouldn't work:
        #!/bin/sh
        echo "I like pie.";
        echo "Especially blackberry.";
Suppose you did
        ./pie > piefile
The shell creates piefile and attaches stdout to it

| Next |  | 30 |