Perl in a Nutshell: A Desktop Quick Reference, 2/e

Ellen Siever, Stephen Spainhour, Nathan Patwardhan

  • 出版商: O'Reilly
  • 售價: $1,700
  • 貴賓價: 9.5$1,615
  • 語言: 英文
  • 頁數: 762
  • 裝訂: Paperback
  • ISBN: 0596002416
  • ISBN-13: 9780596002411
  • 相關分類: Perl 程式語言
  • 已過版

買這商品的人也買了...

商品描述

This complete guide to the Perl programming language ranges widely through the Perl programmer's universe, gathering together in a convenient form a wealth of information about Perl itself and its application to CGI scripts, XML processing, network programming, database interaction, and graphical user interfaces. The book is an ideal reference for experienced Perl programmers and beginners alike.

With more than a million dedicated programmers, Perl is proving to be the best language for the latest trends in computing and business, including network programming and the ability to create and manage web sites. It?s a language that every Unix system administrator and serious web developer needs to know. In the past few years, Perl has found its way into complex web applications of multinational banks, the U.S. Federal Reserve, and hundreds of large corporations.

In this second edition, Perl in a Nutshell has been expanded to include coverage of Perl 5.8, with information on Unicode processing in Perl, new functions and modules that have been added to the core language, and up-to-date details on running Perl on the Win32 platform. The book also covers Perl modules for recent technologies such as XML and SOAP.

Here are just some of the topics contained in this book:

  • Basic Perl reference
  • Quick reference to built-in functions and standard modules
  • CGI.pm and mod_perl
  • XML::* modules
  • DBI, the database-independent API for Perl
  • Sockets programming
  • LWP, the library for Web programming in Perl
  • Network programming with the Net modules
  • Perl/Tk, the Tk extension to Perl for graphical interfaces
  • Modules for interfacing with Win32 systems



As part of the successful "in a Nutshell" book series from O'Reilly & Associates, Perl in a Nutshell is for readers who want a single reference for all their needs.

"In a nutshell, Perl is designed to make the easy jobs easy, without making the hard jobs impossible."

-- Larry Wall, creator of Perl

Table of Contents

Preface

I. Getting Started

1. Introduction to Perl

2. Installing Perl

II. Language Basics

3. The Perl Executable

4. The Perl Language

5. Function Reference

6. Debugging

III. Modules

7. Packages, Modules, and Objects

8. Standard Modules

IV. CGI

9. CGI Overview

10. The CGI.pm Module

11. Web Server Programming with mod_perl

V. Databases

12. Databases and Perl

 

VI. XML and SOAP

13. XML and Perl

14. SOAP

VII. Network Programming

15. Sockets

16. Email Connectivity

17. Usenet News

18. FTP

19. Lightweight Directory Access with Net::LDAP

VIII. LWP

20. The LWP Library

IX. Perl/Tk

21. Perl/Tk

X. Win32

22. Win32 Modules and Extensions

23. OLE Automation

24. ODBC Extension for Win32

Index