Loading…

Sams teach yourself Perl in 24 hours /

Offers a tutorial explaining how to use Perl scripts and modules to create such CGI Web applications as data collection, shopping cart, server push, and e-mail forms.

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Pierce, Clinton
Format: Electronic eBook
Language:Inglés
Published: Indianapolis, Ind. : Sams, ©2005.
Edition:3rd ed.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • pt. I. Perl fundamentals
  • Hour 1. Getting started with Perl
  • Hour 2. Perl's building blocks : numbers and strings
  • Hour 3. Controlling the program's flow
  • Hour 4. Stacking building blocks : lists and arrays
  • Hour 5. Working with files
  • Hour 6. Pattern matching
  • Hour 7. Hashes
  • Hour 8. Functions
  • pt. II. Advanced features
  • Hour 9. More functions and operators
  • Hour 10. Files and directories
  • Hour 11. System interaction
  • Hour 12. Using Perl's command-line tools
  • Hour 13. References and structures
  • Hour 14. Using modules
  • Hour 15. Finding permanence
  • Hour 16. Perl community
  • pt. III. Applying Perl
  • Hour 17. Writing modules
  • Hour 18. Object primer
  • Hour 19. Data processing
  • Hour 20. Perl as a glue language
  • Hour 21. Introduction to CGI
  • Hour 22. Basic forms
  • Hour 23. Complex forms
  • Hour 24. Manipulating HTTP and cookies
  • pt. IV. Appendixes
  • App. A. Installing modules.