Home » Perl Basics
9
Input / Output
In this chapter, you will learn how to use files and how to read from a pipe using the Perl language.
In This Chapter:
- Using Files
- What is File I/O and what role does it play in the Perl language?
- Reading from a pipe
- What does 'reading from a pipe' mean?