Perl Black Book

Perl Black Book PDF Author: Steven Holzner
Publisher:
ISBN: 9781588801937
Category : Information technology
Languages : en
Pages : 0

Get Book Here

Book Description
Covers Perl 5.6 from the basic syntax to advanced Internet programming.

Perl Black Book

Perl Black Book PDF Author: Steven Holzner
Publisher:
ISBN: 9781588801937
Category : Information technology
Languages : en
Pages : 0

Get Book Here

Book Description
Covers Perl 5.6 from the basic syntax to advanced Internet programming.

Perl Core Language

Perl Core Language PDF Author: Steven Holzner
Publisher:
ISBN: 9781932111927
Category : Computers
Languages : en
Pages : 0

Get Book Here

Book Description
With insightful tips and techniques for programming with Perl, this efficient little guide provides immediate solutions with field tested examples to help programmers and Web developers quickly solve problems and fully utilize the power and flexibility of the cross-platform programming language.

Perl Hacks

Perl Hacks PDF Author: Chromatic
Publisher: "O'Reilly Media, Inc."
ISBN: 0596526741
Category : Computers
Languages : en
Pages : 296

Get Book Here

Book Description
A guide to getting the most out of Perl covers such topics as productivity hacks, user interaction, data munging, working with modules, object hacks, and debugging.

Perl Core Language

Perl Core Language PDF Author: Steven Holzner
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 534

Get Book Here

Book Description
Covers Perl syntax and programming thoroughly--from the essentials up through the issues of security, creating Perl packages, and topics such as dynamic class inheritance. Also contains a solution guide to debugging and error messaging.

Learning Perl

Learning Perl PDF Author: Randal L. Schwartz
Publisher: "O'Reilly Media, Inc."
ISBN: 1449313140
Category : Computers
Languages : en
Pages : 389

Get Book Here

Book Description
If you're just getting started with Perl, this is the book you want—whether you're 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 6th edition covers recent changes to the language up to version 5.14. 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 long—roughly the size of 90% of the Perl programs in use today. Each chapter includes exercises to help you practice what you've 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

New Departures

New Departures PDF Author: Anthony Perl
Publisher: University Press of Kentucky
ISBN: 9780813170480
Category : Transportation
Languages : en
Pages : 366

Get Book Here

Book Description
North America faces a transportation crisis. Gas-guzzling SUVs clog the highways and air travelers face delays, cancellations, and uncertainty in the wake of unprecedented terrorist attacks. New Departures closely examines the options for improving intercity passenger trains’ capacity to move North Americans where they want to go. While Amtrak and VIA Rail Canada face intense pressure to transform themselves into successful commercial enterprises, Anthony Perl demonstrates how public policy changes lie behind the triumphs of European and Japanese high-speed rail passenger innovations. Perl goes beyond merely describing these achievements, translating their implications into a North American institutional and political context and diagnosing the obstacles that have made renewing passenger trains so much more difficult in North America than elsewhere. New Departures links the lessons behind rail passenger revitalization abroad with the opportunity to recast the policies that constrain Amtrak and VIA Rail from providing efficient and effective intercity transportation.

Perl Black Book (2Nd Ed.) (With Cd)

Perl Black Book (2Nd Ed.) (With Cd) PDF Author:
Publisher: Dreamtech Press
ISBN: 9788177221954
Category :
Languages : en
Pages : 1298

Get Book Here

Book Description
The most comprehensive Perl book in the market - with more than 1000 examples and three bonus chapters in the CD - ROM - the new editions of the best selling Perl Black Book covers Perl 5.6 from basic syntax to the most advanced Internet Programming. Three new chapters have been added to this second edition covering XML with DOM, SAX, CGI, SOAP, and WML. From Perl essentials to working with XML and WML, from creating guest books to writing bi-directional Internet socket programs to implementing shopping cart programs, this book covers as much Perl as any two books, and includes hundreds of pages on CGI Programming. Plus, every topic is illustrated with at least one fully functional working example.Chapter 1: Essential PerlChapter 2: Scalar Variables and ListsChapter 3: Arrays and HashesChapter 4: Operators and PrecedenceChapter 5: Conditional Statements and LoopsChapter 6: Regular ExpressionsChapter 7: SubroutinesChapter 8: Formats and String HandlingChapter 9: ReferencesChapter 10: Predefined VariablesChapter 11: Built-In Functions: Data ProcessingChapter 12: Built-In Functions: I/OChapter 13: Built-In Functions: File HandlingChapter 14: Standard ModulesChapter 15: Perl/Tk - Windows, Buttons, and MoreChapter 16: Data Structures and DatabasesChapter 17: Creating Packages and ModulesChapter 18: Creating Classes and ObjectsChapter 19: Object-Oriented ProgrammingChapter 20: Internet and Socket ProgrammingChapter 21: CGI ProgrammingChapter 22: CGI: Creating Web Counters, Guest Books, EMailers and Secure ScriptsChapter 23: CGI: Creating Multiuser Chat, Server Push, Cookies and GamesChapter 24: CGI: Creating Shopping Carts, Databases, Site Searches and File UploadsChapter 25: XML: DOM ParsingChapter 26: XML: Modifying Document Content and SAX ParsingChapter 27: XML: CGI, SOAP and WMLChapter 28: Handling the Web in Code

Practical Mod_perl

Practical Mod_perl PDF Author: Stas Bekman
Publisher: "O'Reilly Media, Inc."
ISBN: 0596002270
Category : Computers
Languages : en
Pages : 924

Get Book Here

Book Description
This book gives detailed instructions on how to use, optimize, and troubleshoot mod_perl. It shows how to get this Apache module running quickly and easily.

Perl

Perl PDF Author: Ruth Maran
Publisher: Wiley
ISBN: 9780764534782
Category : Object-oriented programming (Computer science)
Languages : en
Pages : 0

Get Book Here

Book Description
This visual alternative to traditional text-based instruction uses two-page tutorials and step-by-step screen shots. This unique method of organizing screen shots and text on a two-color spreads make it easy for people to learn new concepts and tasks. CD-ROM contains code and e-version of the book.

Modern Perl

Modern Perl PDF Author: Chromatic
Publisher: Pragmatic Bookshelf
ISBN: 9781680500882
Category :
Languages : en
Pages : 300

Get Book Here

Book Description
A Perl expert can solve a problem in a few lines of well-tested code. Now you can unlock these powers for yourself. Modern Perl teaches you how Perl really works. It's the only book that explains Perl thoroughly, from its philosophical roots to the pragmatic decisions that help you solve real problems--and keep them solved. You'll understand how the language fits together and discover the secrets used by the global Perl community. This beloved guide is now completely updated for Perl 5.22. When you have to solve a problem now, reach for Perl. When you have to solve a problem right, reach for Modern Perl. Discover how to scale your skills from one-liners to asynchronous Unicode-aware web services and everything in between. Modern Perl will take you from novice to proficient Perl hacker. You'll see which features of modern Perl will make you more productive, and which features of this well-loved language are best left in the past. Along the way, you'll take advantage of Perl to write well-tested, clear, maintainable code that evolves with you. Learn how the language works, how to take advantage of the CPAN's immense trove of time-tested solutions, and how to write clear, concise, powerful code that runs everywhere. Specific coverage explains how to use Moose, how to write testable code, and how to deploy and maintain real-world Perl applications. This new edition covers the new features of Perl 5.20 and Perl 5.22, including all the new operators, standard library changes, bug and security fixes, and productivity enhancements. It gives you what you need to use the most up-to-date Perl most effectively, all day, every day. What You Need: Perl 5.16 or newer (Perl 5.20 or 5.22 preferred). Installation/upgrade instructions included.