Cantitate/Preț
Produs

Writing Perl Modules for CPAN

Autor Sam Tregar
en Limba Engleză Paperback – 14 aug 2002
Writing Perl Modules for CPAN offers Perl developers a comprehensive guide to using and contributing to the Comprehensive Perl Archive Network (CPAN). Starting with a general overview of CPAN's history, network topology, and navigational mechanisms, the book quickly brings you up-to-speed regarding how to search out and install available modules. However, in the true open source spirit, author and experienced Perl developer Sam Tregar teaches you how to not only use, but also contribute to CPAN via an in-depth discussion of module creation, submission, and maintenance.
Beginning with a survey of basic design principles, Tregar takes care to discuss all issues relevant to developers wishing to create great Perl modules, including choosing a proper name, properly using Perl's POD (plain old documentation) feature, concepts surrounding functional and object-oriented API development, and much more. Tregar then proceeds with a complete dissertation of how modules should conform to CPAN module specifications, covering required distribution files and coding considerations, in addition to offering advice regarding proper module testing. After demonstrating how to create a module and prepare it for release, Tregar guides you through the CPAN module submission process and discusses module maintenance once the module has been contributed to the CPAN service.
Writing Perl Modules for CPAN is an indispensable guide for anyone wishing to make the most of the CPAN service.
Citește tot Restrânge

Preț: 16676 lei

Preț vechi: 20846 lei
-20% Nou

Puncte Express: 250

Preț estimativ în valută:
3193 3467$ 2685£

Carte disponibilă

Livrare economică 26 noiembrie-10 decembrie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781590590188
ISBN-10: 159059018X
Pagini: 275
Ilustrații: XVIII, 312 p.
Dimensiuni: 191 x 235 x 24 mm
Greutate: 0.63 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Professional/practitioner

Cuprins

1 CPAN.- 2 Perl Module Basics.- 3 Module Design and Implementation.- 4 CPAN Module Distributions.- 5 Submitting Your Module to CPAN.- 6 Module Maintenance.- 7 Great CPAN Modules.- 8 Programming Perl in C.- 9 Writing C Modules with XS.- 10 Writing C Modules with Inline::C.- 11 CGI Application Modules for CPAN.

Notă biografică

Sam Tregar has been creating open source software for six years, four of which have been focused on coding in Perl. He is employed as a Perl programmer for About.com, where he spends his days designing and implementing content management systems. An active participant in the Perl development community, Sam is the author of a number of popular CPAN modules including HTML::Template, HTML::Pager, Inline::Guile, and Devel::Profiler. He holds a bachelor's degree in computer science from New York University. When not programming, Sam enjoys black-and-white photography, playing Go, reading, and maintaining the small private zoo curated by his wife.

Caracteristici

Introduces all aspects of CPAN: network topology, system navigation, the CPAN package manager, and the module submission process Guides the reader through the entire Perl module design and development process Provides valuable information regarding writing both C and CGI application modules for CPAN Includes supplementary material: sn.pub/extras