Introducing UNIX and Linux |
PerlOverview |
Invoking PerlJust as with Grep, Sed and Awk, simple use of the
perl -e 'print "Hello World!\n"' or alternatively create a file ( perl perlprogram As we shall see, although Perl embraces all the concepts we have already encountered (such as standard input and output, pipes, processes, and so on), the syntax it uses for them is quite different. |
Copyright © 2002 Mike Joy, Stephen Jarvis and Michael Luck