October 2006
Beginner
504 pages
12h 58m
English
Perl’s invocation options | ||
Using variables | ||
Loading modules: | ||
Writing simple scripts | ||
Additional special variables | ||
Standard option clusters | ||
Constructing programs | ||
Summary |
This chapter introduces the most essential features of Perl, to pave your way for the programming examples you’ll see in the following chapters. Among the topics we’ll cover here are the use of Perl’s special variables, how to write Perl one-line commands and scripts, and the fundamentals of using Perl modules.
But we don’t discuss everything you need to know about Perl in this chapter. Further details on this chapter’s topics—and more specialized ones not discussed here—are presented in later chapters, in the context of ...