Summary

Today is the tying-up-the-loose-ends day. Today we looked at a number of extra features in Perl, the stuff that wasn't discussed in the previous 19 lessons of this book. It's a bit of a hodgepodge of stuff, including

  • Perl one-liners, simple scripts that can be run directly from a command line to accomplish basic tasks without having to create a whole script

  • Object-oriented programming in Perl—a combination of references, packages, modules, and subroutines, and some extra stuff to pull it all together

  • An overview of network socket programming in Perl

  • POD files, Perl's simple method for creating embedded documentation that can be formatted in various other ways (HTML, text, and so on)

  • Building and evaluating code on-the-fly with eval

  • Internationalization ...

Get Sams Teach Yourself Perl in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.