Chapter 21: Manipulating Data with Perl
A chapter in the Linux Programming Bible; see the Table of Contents for more.
Description
This chapter goes into detail about how to get data into your programs, how to parse it, output it, and deal with some special cases that arise. You'll learn about the angle-bracket operator, reading arguments from the command line, regular expression matching and operators like split or join, database tie-ins, serialization, Data::Dumper, special ways to open file handles, and more.
Main Sections
- Reading Data
- Parsing and Processing Data
- Storing Data
- Output and Special Concerns
Slideshow ^ |< << Slide 21 of 29 >> >| |