• Complain

Randal L. Schwartz - Learning Perl: Making Easy Things Easy and Hard Things Possible

Here you can read online Randal L. Schwartz - Learning Perl: Making Easy Things Easy and Hard Things Possible full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2016, publisher: O’Reilly Media, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Randal L. Schwartz Learning Perl: Making Easy Things Easy and Hard Things Possible

Learning Perl: Making Easy Things Easy and Hard Things Possible: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Learning Perl: Making Easy Things Easy and Hard Things Possible" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

If youre just getting started with Perl, this is the book you wantwhether youre a programmer, system administrator, or web hacker. Nicknamed the Llama by two generations of users, this bestseller closely follows the popular introductory Perl course taught by the authors since 1991. This seventh edition covers recent changes to the language up to version 5.24.

Perl is suitable for almost any task on almost any platform, from short fixes to complete web applications. Learning Perl teaches you the basics and shows you how to write programs up to 128 lines longroughly the size of 90% of the Perl programs in use today. Each chapter includes exercises to help you practice what youve just learned. Other books may teach you to program in Perl, but this book will turn you into a Perl programmer.

Topics include:

  • Perl data and variable types
  • Subroutines
  • File operations
  • Regular expressions
  • String manipulation (including Unicode)
  • Lists and sorting
  • Process management
  • Smart matching
  • Use of third party modules

Randal L. Schwartz: author's other books


Who wrote Learning Perl: Making Easy Things Easy and Hard Things Possible? Find out the surname, the name of the author of the book and a list of all author's works by series.

Learning Perl: Making Easy Things Easy and Hard Things Possible — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Learning Perl: Making Easy Things Easy and Hard Things Possible" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Learning Perl

by Randal L. Schwartz , brian d foy , and Tom Phoenix

Copyright 2017 Randal L. Schwartz, brian foy, and Tom Phoenix. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://safaribooksonline.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Editor: Heather Scherer
  • Production Editor: Melanie Yarbrough
  • Copyeditor: Jasmine Kwityn
  • Proofreader: Sonia Saruba
  • Indexer: Lucie Haskins
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • October 2016: Seventh Edition
Revision History for the Seventh Edition
  • 2016-10-05: First Release

See http://oreilly.com/catalog/errata.csp?isbn=9781491954324 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Learning Perl, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-491-95432-4

[LSI]

Preface

Welcome to the seventh edition of Learning Perl, updated for Perl 5.24 and its latest features. This book is still mostly good even if you are still using Perl 5.8 (although, its been a long time since it was released; have you thought about upgrading?).

We hope youre reading this preface before you buy the book because theres a historical hiccup that may cause some confusion. Theres another language, Perl 6, that started off as a replacement for Perl 5 but then went out on its own without changing the name. As we write this, Perl 5 is probably the version you want. Its the widely installed and used language that people mean when they say simply Perl. Its the one you want if you dont know why this paragraph is here.

If youre looking for the best way to spend your first 30 to 45 hours with the Perl programming language, youve found it. In the pages that follow, youll find a carefully paced introduction to the language that is the workhorse of the Internet, as well as the language of choice for system administrators, web hackers, and casual programmers around the world. Weve designed this book based on the in-person classes we teach, so weve timed the book for a weeks worth of work.

We cant give you all of Perl in just a few hours. The books that promise that are probably fibbing a bit. Instead, weve carefully selected a useful subset of Perl for you to learn, good for programs from 1 to 128 lines long, which end up being about 90% of the programs in use out there. And when youre ready to go on, you can get Intermediate Perl, which picks up where this book leaves off. Weve also included a number of pointers for further education.

Each chapter is small enough so you can read it in an hour or two. Each chapter ends with a series of exercises to help you practice what youve just learned, with the answers in for your reference. Thus, this book is ideally suited for a classroom Introduction to Perl course. We know this directly because the material for this book was lifted almost word for word from our flagship Learning Perl course, delivered to thousands of students around the world. However, weve designed the book for self-study as well.

Perl lives as the toolbox for Unix, but you dont have to be a Unix guru, or even a Unix user, to read this book. Unless otherwise noted, everything were saying applies equally well to Windows ActivePerl from ActiveState and Strawberry Perl and pretty much every other modern implementation of Perl.

Although you dont need to know a single thing about Perl to begin reading this book, we recommend that you already have familiarity with basic programming concepts such as variables, loops, subroutines, and arrays, and the all-important editing a source code file with your favorite text editor. We dont spend any time trying to explain those concepts. Although were pleased that weve had many reports of people successfully picking up Learning Perl and grasping Perl as their first programming language, of course we cant promise the same results for everyone.

Typographical Conventions

The following font conventions are used in this book:

Constant width

Used for method names, function names, variables, and attributes. It is also used for code examples.

Constant width bold

Used to indicate user input.

Constant width italic

Used to indicate a replaceable item in code (e.g., filename, where you are supposed to substitute an actual filename).

Italic

Used for filenames, URLs, hostnames, commands in text, important words on first mention, and emphasis.

[37]

At the start of an exercises text, we provide a (very rough) estimate of how many minutes you can expect to spend on that particular exercise.

Code Examples

This book is here to help you get your job done. You are invited to copy the code in the book and adapt it for your own needs. Rather than copying by hand, however, we encourage you to download the code from the books companion website.

In general, you may use the code in this book in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

We appreciate, but do not require, attribution. An attribution usually includes the title, authors, publisher, and ISBN. For example: Learning Perl, 7th edition, by Randal Schwartz, brian foy, and Tom Phoenix (OReilly). Copyright 2017 Randal Schwartz, brian foy, and Tom Phoenix, 978-1-491-95432-4. If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

Safari Books Online
Note

Safari Books Online is an on-demand digital library that delivers expert content in both book and video form from the worlds leading authors in technology and business.

Technology professionals, software developers, web designers, and business and creative professionals use Safari Books Online as their primary resource for research, problem solving, learning, and certification training.

Safari Books Online offers a range of plans and pricing for enterprise, government, and education, and individuals.

Members have access to thousands of books, training videos, and prepublication manuscripts in one fully searchable database from publishers like OReilly Media, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Focal Press, Cisco Press, John Wiley & Sons, Syngress, Morgan Kaufmann, IBM Redbooks, Packt, Adobe Press, FT Press, Apress, Manning, New Riders, McGraw-Hill, Jones & Bartlett, Course Technology, and hundreds more. For more information about Safari Books Online, please visit us online.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Learning Perl: Making Easy Things Easy and Hard Things Possible»

Look at similar books to Learning Perl: Making Easy Things Easy and Hard Things Possible. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Learning Perl: Making Easy Things Easy and Hard Things Possible»

Discussion, reviews of the book Learning Perl: Making Easy Things Easy and Hard Things Possible and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.