Programming Perl

Programming Perl
ISBN-10
1565921496
ISBN-13
9781565921498
Series
Programming Perl
Category
Computers / General
Pages
646
Language
English
Published
1996
Publisher
O'Reilly & Associates
Authors
Larry Wall, Randal L. Schwartz, Tom Christiansen

Description

"Programming Perl, 2nd Edition" is the authoritative guide to Perl version 5, the scripting utility that has established itself as the programming tool of choice for the World Wide Web, UNIX system administration, and a vast range of other applications. Version 5 of Perl includes object-oriented programming facilities. The book is coauthored by Larry Wall, the creator of Perl.Perl is a language for easily manipulating text, files, and processes. It provides a more concise and readable way to do many jobs that were formerly accomplished (with difficulty) by programming with C or one of the shells. Perl is likely to be available wherever you choose to work. And if it isn't, you can get it and install it easily and free of charge.This heavily revised second edition of "Programming Perl" contains a full explanation of the features in Perl version 5.003. Contents include: An introduction to PerlExplanations of the language and its syntaxPerl functionsPerl library modulesThe use of references in PerlHow to use Perl's object-oriented featuresInvocation options for Perl itself, and also for the utilities that come with PerlOther oddments: debugging, common mistakes, efficiency, programming style, distribution and installation of Perl, Perl poetry, and so on.

Other editions

Similar books

  • Learning Perl
    By Tom Phoenix, Randal Schwartz, brian foy

    Randal Schwartz, brian foy, Tom Phoenix ... I have to thank Randal first, since I learned Perl from the first edition of this book, and then had to learn it again when he asked me ... I'm always amazed at the breadth of his knowledge.

  • Network Programming with Perl
    By Lincoln D. Stein

    A text focusing on the methods and alternatives for designed TCP/IP-based client/server systems and advanced techniques for specialized applications with Perl.

  • Perl: The Programming Language
    By Jules Berman

    Perl has been known to be the all-purpose tool in programming and system administration. This overview describes the fundamentals of this efficient open-source programming system.

  • Programming Perl in the .NET Environment
    By Yevgeny Menaker, Michael Saltzman, Robert J. Oberg

    Printed in the United States of America 10 9 8 7 6 5 4 3 2 1 ISBN 0-13-065206-7 Pearson Education LTD . Pearson Education Australia PTY . Limited Pearson Education Singapore , Pte . Ltd. Pearson Education North Asia Ltd. Pearson ...

  • Programming the Perl DBI: Database programming with Perl
    By Tim Bunce, Alligator Descartes

    For the experienced DBI dabbler, this book reveals DBI's nuances and the peculiarities of each individual DBD.The book includes: An introduction to DBI and its design How to construct queries and bind parameters Working with database, ...

  • Advanced Perl Programming
    By Sriram Srinivasan

    Covers advanced features of Perl, how the Perl interpreter works, and presents areas of modern computing technology such as networking, user interfaces, persistence, and code generation.

  • Computer Science & Perl Programming: Best of The Perl Journal
    By Jon Orwant

    Best of The Perl Journal Jon Orwant ... Usually , the end result is only a better understanding of Perl ( and often , Perl's regular expressions ) , but sometimes there is ... Randal Schwartz came up with the silly but ingenious / ^ ( ?

  • Modern Perl Programming
    By Michael Saltzman

    Modern Perl Programming will help you master PerlUs most robust, powerful features Q so you can make the most of Perl, regardless of your experience. After a rapid-fire Perl tutorial/refresher,...

  • BEG PERL,
    By Peter Wainwright, COZENS

    This text sets out to promote the use of Perl as a programming language, encouraging the creation of legible and sensible programmes so as to dispel the image of Perl...

  • Learning Perl
    By Randal L. Schwartz, Tom Phoenix, Brian D. Foy

    Shows how to write, debug, and run a Perl program, describes CGI scripting and data manipulation, and describes scalar values, basic operators, and associative arrays.