sortowanie:
cena |
rok wydania
Learning PerlThe bestselling Perl tutorial since it was first published in 1993, this sixth edition includes recent changes to the language up to Perl 5.14. Reflecting years of classroom testing and experience, this edition is packed with exercises that let you practice the concepts while you follow the text.
Perl Pocket ReferenceIf you have a Perl programming question, this pocket reference helps you find the answer quickly. Updated for Perl 5.14, the fifth edition provides a complete overview of the Perl programming language, and includes brief descriptions of Perl syntax rules, operators, and built-in functions.
Perl Language Reference Manual - For Perl Version 5.12.1Printed edition of the official Perl language reference documentation from the Perl 5.12.1 distribution. Provides a complete reference for the syntax of Perl, its built-in datatypes, operators, functions, variables, regular expressions and diagnostic messages. Standard modules are documented separately in "The Perl Library Reference Manual".
Intermediate PerlPerl is a versatile programming language used in a variety of disciplines. This book offers an introduction to intermediate programming in Perl. Topics covered include: packages and namespaces; references and scoping; manipulating complex data structures; object-oriented programming; writing and using modules; testing Perl code; and more.
Perl Hacks: Tips & Tools for Programming, Debugging, and SurvivingWith more than a million dedicated programmers, Perl has proven to be the best computing language in computing and business. This book contains chapters on productivity hacks, user interaction, data munging, working with modules, object hacks, and, debugging. It is aimed at experienced developer or a dabbler who simply enjoys exploring technology.
Wicked Cool Perl Scripts: Useful Perl Scripts That Solve Difficult ProblemsMost Perl programmers have been frustrated at one time or another because the system just wouldn't do what they wanted it to do. There was that one simple and obvious utility that was missing that would make life so much easier: A tool to get a stock quote, show off a photograph collection, or even display a collection of favorite comics. "Wicked Cool Perl Scripts" is about writing those utilities...
Perl Power!: The Comprehensive GuidePerl Power! provides programmers with a learning and reference resource on Perl. All readers will find tutorials that utilize a "learn by doing" approach that they can work from as soon as they get the book home. The tutorials build upon each other throughout the book until a level of expertise is reached. All chapters offer complete programs to demonstrate the topics discussed, with source code a...
Perl Programming for the Absolute BeginnerSuitable for readers who want to learn programming using a simple language or for programmers looking to pick up Perl. Using a games-based instructional approach, this book teaches readers the basics of Perl programming, demonstrating the techniques taught through the development of simple computer games.
Minimal Perl: For Unix and Linux PeopleWith this book, readers learn a carefully designed subset of the language called "Minimal Perl," which was developed through five years of experience in training software professionals at major corporations.
Perl Best PracticesOffering a collection of 256 guidelines on the art of coding to help you write better Perl code, this book covers code layout, naming conventions, choice of data and control structures, program decomposition, interface design and implementation, modularity, object orientation, error handling, testing, and debugging.
Advanced Perl ProgrammingTeaches the techniques for production-ready Perl programs. This guide explains concepts such as introspection, overriding built-ins, extending Perl's object-oriented model, and testing code for greater stability.
Perl Testing: A Developer's NotebookIs there any sexier topic in software development than software testing? That is, besides game programming, 3D graphics, audio, high-performance clustering, cool websites, et cetera? Okay, so software testing is low on the list. And that's unfortunate, because good software testing can increase your productivity, improve your designs, raise your quality, ease your maintenance burdens, and help to ...
Sams Teach Yourself Perl in 24 HoursAims to teach you the basics of Perl and how to apply it in web development and system administration. This third edition focuses on real-world development, teaching you how to effectively use Perl for large development projects using Perl modules; utilize Perl as a "glue" language with other programming languages; and, others.
Higher-Order Perl: Transforming Programs with ProgramsMost Perl programmers were originally trained as C and Unix programmers, so the Perl programs that they write bear a strong resemblance to C programs. However, Perl incorporates many features that have their roots in other languages such as Lisp. This title introduces powerful programming methods and shows how to improve everyday programs.
Pro PerlPro Perl is one of the most important and powerful languages available today, and 'Pro Perl' offers an in-depth guide to exploiting some of its best features. This title is suitable for any experienced developer who wants to reap more from this language.
Beginning Web Development with Perl: From Novice to ProfessionalBeginning Perl Web Development is a unique book providing a powerful combination of real-world examples coupled with advice based on the authora (TM)s years of experience developing Internet applications in Perl. The book introduces the reader to the world of practical Internet application development with Perl. It comprehensively covers all aspects of Perla (TM)s use as an Internet application pl...
Pro Perl ParsingPerl, one of the world's most diffuse programming languages, was born out of the need to resolve the creator's dissatisfaction with what were at the time standard data-parsing solutions. Indeed, since the 1.0 release in 1987, Perl has been heralded for its powerful parsing capabilities features that are further enhanced through the thousands of Perl extensions made available through CPAN (the Comp...