Perl Cd Bookshelf [Electronic resources]

نسخه متنی -صفحه : 875/ 721
نمايش فراداده

Appendix B. Beyond the Llama

Contents:

Regular expressions

Packages

Extending Perl''s Functionality

Some Important Modules

Pragmas

Databases

Other Operators and Functions

Mathematics

Lists and Arrays

Bits and Pieces

Formats

Networking and IPC

Security

Debugging

The Common Gateway Interface (CGI)

Command-Line Options

Built in Variables

Syntax Extensions

References

Tied Variables

Operator Overloading

Dynamic Loading

Embedding

Converting Other Languages to Perl

Converting find Command Lines to Perl

Command-line Options in Your Programs

Embedded Documentation

More Ways to Open Filehandles

Locales and Unicode

Threads and Forking

Graphical User Interfaces (GUIs)

And More...

We''ve covered a lot in this book, but there''s even more. In this appendix, we''ll tell about a little more of what Perl can do, and give some references on where to learn the details. Some of what we mention here is on the bleeding edge and may have changed by the time that you''re reading this book, which is one reason why we frequently send you to the documentation for the full story. We don''t expect many readers to read every word of this appendix, but we hope you''ll at least skim the headings so that you''ll be prepared to fight back when someone tells you "You just can''t use Perl for project X, because Perl can''t do Y."

B.1. Further Documentation

The documentation that comes with Perl may seem overwhelming at first. Fortunately, you can use your computer to search for keywords in the documentation. When searching for a particular topic, it''s often good to start with the perltoc (table of contents) and perlfaq (frequently asked questions) sections. On most systems, the perldoc command should be able to track down the documentation for Perl, installed modules, and related programs (including perldoc itself).