
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 typesSubroutinesFile operationsRegular expressionsString manipulation including UnicodeLists and sortingProcess managementSmart matchingUse of third party modules O reilly Media.
Each chapter includes exercises to help you practice what you’ve just learned. 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.
Programming Perl: Unmatched power for text processing and scripting

14, with a preview of features in the upcoming 5. 16. In a world where unicode is increasingly essential for text processing, Perl offers the best and least painful support of any major language, smoothly integrating Unicode everywhere—including in Perl’s most popular feature: regular expressions. Important features covered by this update include:New keywords and syntaxI/O layers and encodingsNew backslash escapesUnicode 6.
0unicode grapheme clusters and propertiesNamed captures in regexesRecursive and grammatical patternsExpanded coverage of CPANCurrent best practices Used book in Good Condition. Adopted as the undisputed perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language.
.
Perl Pocket Reference: Programming Tools

Updated for Perl 5. 14, built-in functions, the 5th edition provides a summary of Perl syntax rules and a complete list of operators, and other features. If you have a perl programming question, you'll find the answer quickly in this handy, easy-to-use quick reference. Used book in Good Condition.
Intermediate Perl: Beyond The Basics of Learning Perl

Topics include:packages and namespacesreferences and scoping, including regular expression referencesManipulating complex data structuresObject-oriented programmingWriting and using modulesTesting Perl codeContributing to CPANJust like Learning Perl, material in this book closely follows the popular introductory Perl course the authors have taught since 1991.
This second edition covers recent changes to the language up to version 5. 14. Used book in Good Condition. This book picks up right where Learning Perl leaves off. This gentle but thorough guide introduces you to modules, complex data structures, and object-oriented programming. Each chapter is small enough to be read in just an hour or two, ending with exercises to help you practice what you’ve learned.
Used book in Good Condition.
Python Essential Reference 4th Edition

6’s forward compatibility mode to evaluate code for python 3 compatibility improved organization for even faster answers and better usability Updates to reflect modern Python programming style and idioms Updated and improved example code Deep coverage of low-level system and networking library modules — including options not covered in the standard documentation Used book in Good Condition.
Used book in Good Condition. Thoroughly updated to reflect the significant new programming language features and library modules that have been introduced in Python 2. 6 and python 3, the fourth edition of python Essential Reference is the definitive guide for programmers who need to modernize existing Python code or who are planning an eventual migration to Python 3.
Programmers starting a new Python project will find detailed coverage of contemporary Python programming idioms. Designed for the professional programmer, the book is concise, to the point, and highly accessible.
HTML and CSS: Visual QuickStart Guide 8th Edition

You'll learn about the new elements and form input types in HTML5. Finally, you will test and debug your site, and publish it to the web. Peachpit Press. Used book in Good Condition. You'll create and use images, links, styles, and forms; and you'll add video, audio, and other multimedia to your site. Used book in Good Condition.
You'll learn how to design, structure, and format your website. Need to learn html and css fast? this best-selling reference's visual format and step-by-step, task-based instructions will have you up and running with HTML in no time. You'll learn how to add visual effects with CSS3. You'll understand web standards and learn from code examples that reflect today's best practices.
.
Perl Cookbook, Second Edition

. Recipes have been updated to include the latest modules. Used book in Good Condition. Peachpit Press. Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. Used book in Good Condition. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications.
The second edition of Perl Cookbook has been fully updated for Perl 5. 8, with extensive changes for unicode support, mod_perl, I/O layers, and new technologies that have emerged since the previous edition of the book.
Mastering Regular Expressions

Regular expressions can save you time and aggravation. Ten out of TenHorseshoes. Jason menard, java Ranch Used book in Good Condition. If you think you know all you need to know about regularexpressions, this book is a stunning eye-opener. As this book shows, a command of regular expressions is an invaluable skill.
Used book in Good Condition. Mastering regular expressions will help you navigate the minefield to becoming an expert and help you optimize your use of regular expressions. Used book in Good Condition. Regular expressions are an extremely powerful tool for manipulating text and data. Addison-Wesley Professional.
Peachpit Press. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Mastering regularexpressions is the definitive guide to the subject, and an outstandingresource that belongs on every programmer's bookshelf.
Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5 Learning PHP, MYSQL, Javascript, CSS & HTML5

Peachpit Press. Build interactive, data driven websites with the potent combination of open source technologies and web standards, even if you have only basic HTML knowledge. At the end of the book, you’ll put everything together to build a fully functional social networking site suitable for both desktop and mobile browsers.
Explore mysql, including geolocation, audio, php’s improved mysql interfacecreate dynamic php web pages that tailor themselves to the userManage cookies and sessions and maintain a high level of securityEnhance the JavaScript language with jQuery and jQuery mobile librariesUse Ajax calls for background browser server communicationStyle your web pages by acquiring CSS2 and CSS3 skillsImplement HTML5 features, from database structure to complex queriesUse the MySQLi extension, video, and the canvas elementReformat your websites into mobile web apps Used book in Good Condition.
Used book in Good Condition. Used book in Good Condition.
sed & awk

In addition, this edition covers GNU sed, newly available since the first edition. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. Sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.
Sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. Awk does many things for you, breaking the records up into fields, including automatically opening and closing data files, reading records, and counting the records.
While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. Peachpit Press. The convfmt variable specifies the conversion format to use when converting numbers to strings awk used to use OFMT for this purpose.
Used book in Good Condition. Sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.
Learning the bash Shell: Unix Shell Programming In a Nutshell O'Reilly

And if you've been writing shell scripts for years, it offers a great way to find out what the new shell offers. Peachpit Press. With this book, from job control to processes, including unix file and directory structures, history substitution, coroutines and subshellsDebugging techniques, programmers will learn:How to install bash as your login shellThe basics of interactive shell use, standard I/O, and key bindingsHow to customize your shell environment without programmingThe nuts and bolts of basic shell programming, and background jobsCommand line editing, command-line options and typed variablesProcess handling, flow control structures, such as trace and verbose modesTechniques for implementing system-wide shell customization and features related to system security Used book in Good Condition.
O'reilly's bestselling book on Linux's bash shell is at it again. Used book in Good Condition. In truth, there are many complexities that need careful explanation, which is just what Learning the bash Shell provides. If you are new to shell programming, the book provides an excellent introduction, covering everything from the most basic to the most advanced features.