The Definitive Guide to Catalyst: Writing Extendable, Scalable and Maintainable Perl-Based Web Applications (Expert’s Voice in Web Development)

The Definitive Guide to Catalyst: Writing Extendable, Scalable and Maintainable Perl-Based Web Applications (Expert's Voice in Web Development)

Perl is the language most favored by systems administrators, who are often given the task of setting up and maintaining an organization’s website. Catalyst is to Perl what Rails is to Ruby. This book, by two well known members of the Catalyst community, shows Perl users how to write web applications using a modern framework based on their language of

Sale Price:$40.01

Read Morebuy now

Tagged , , , , , , , , ,

Beginning Perl, Second Edition

Beginning Perl, Second Edition

“Beginning Perl, Second Edition is a well-named text that starts exactly where it claims…This book is a fine place to start.” — James Edward Gray II, Slashdot contributor “…there are great examples, and projects assigned after each chapter to help you really understand and remember how to code in Perl.” — Mark Spritzler, JavaRanch Bartender “This book is a well-conceived introduction to Perl in tutorial form… A Very Good Book. :) :) :) :) of 5.” — George Woolley of Oakland Perl Mongers “The Perl (this book) teaches is strong industry-standard Perl that is…considered best practice.” — Jack Herrington, Editor, Code Generation Network Originally created as a powerful text processing tool, Perl has since evolved into a multi-purpose, multi-platform language capable of implementing a variety of tasks such as system administration, CGI and network programming, XML processing, and more. Beginning Perl, Second Edition provides valuable insight into Perl’s role

Sale Price:$31.99

Read Morebuy now

Tagged , , ,

Perl & LWP

Perl & LWP

Perl soared to popularity as a language for creating and managing web content, but with LWP (Library for WWW in Perl), Perl is equally adept at consuming information on the Web. LWP is a suite of modules for fetching and processing web pages.The Web is a vast data source that contains everything from stock prices to movie credits, and with LWP all that data is just a few lines of code away. Anything you do on the Web, whether it’s buying or selling, reading or writing, uploading or downloading, news to e-commerce, can be controlled with Perl and LWP. You can automate Web-based purchase orders as easily as you can set up a program to download MP3 files from a web site.Perl & LWP covers:Understanding LWP and its design Fetching and analyzing URLs Extracting information from HTML using regular expressions and tokens Working with the structure of HTML documents using trees Setting and inspecting HTTP headers and response codes Managing cookies Accessing information that requires

Sale Price:$23.69

Read Morebuy now

Tagged

Wicked Cool Perl Scripts: Useful Perl Scripts That Solve Difficult Problems

Wicked Cool Perl Scripts: Useful Perl Scripts That Solve Difficult Problems

Most 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 quickly and easily. A collection of handy utilities that solves difficult problems, Wicked Cool Perl Scripts is a great resource for the savvy Perl

Sale Price:$10.55

Read Morebuy now

Tagged , , , , , , ,

Mastering Perl for Bioinformatics

Mastering Perl for Bioinformatics

Historically, programming hasn’t been considered a critical skill for biologists. But now, with access to vast amounts of biological data contained in public databases, programming skills are increasingly in strong demand in biology research and development. Perl, with its highly developed capacities in string handling, text processing, networking, and rapid prototyping, has emerged as the programming language of choice for biological data analysis.Mastering Perl for Bioinformatics covers the core Perl language and many of its module extensions, presenting them in the context of biological data and problems of pressing interest to the biological community. This book, along with Beginning Perl for Bioinformatics, forms a basic course in Perl programming. This second volume finishes the basic Perl tutorial material (references, complex data structures, object-oriented programming, use of modules–all presented in a biological context) and presents some advanced topics of considerable

Sale Price:$28.20

Read Morebuy now

Tagged , ,

Programming Web Services with Perl

Programming Web Services with Perl

Given Perl’s natural fit for web applications development, it’s no surprise that Perl is also a natural choice for web services development. It’s the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web services. But books on web services focus on writing these applications in Java or Visual Basic, leaving Perl programmers with few resources to get them started. Programming Web Services with Perl changes that, bringing Perl users all the information they need to create web services using their favorite language.Programming Web Services with Perl steers clear of the hype surrounding web services and concentrates on what is useful and practical. The book introduces the major web services standards, such as XML-RPC, SOAP, WSDL, and UDDI, and shows how to implement Perl servers and clients using these standards. You’ll find detailed references on both the XML and SOAP toolkits, and learn when to

Sale Price:$20.39

Read Morebuy now

Tagged , , ,

Learning Perl, Fourth Edition

Learning Perl, Fourth Edition

Learning Perl, better known as “the Llama book”, starts the programmer on the way to mastery. Written by three prominent members of the Perl community who each have several years of experience teaching Perl around the world, this edition has been updated to account for all the recent changes to the language up to Perl 5.8. Perl is the language for people who want to get work done. It started as a tool for Unix system administrators who needed something powerful for small tasks. Since then, Perl has blossomed into a full-featured programming language used for web programming, database manipulation, XML processing, and system administration–on practically all platforms–while remaining the favorite tool for the small daily tasks it was designed for. You might start using Perl because you need it, but you’ll continue to use it because you love it. Informed by their years of success at teaching Perl as consultants, the authors have re-engineered the Llama to better match the pace and

Sale Price:$8.99

Read Morebuy now

Tagged , , ,

Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining)

Practical Text Mining with Perl (Wiley Series on Methods and Applications in Data Mining)

Provides readers with the methods, algorithms, and means to perform text mining tasksThis book is devoted to the fundamentals of text mining using Perl, an open-source programming tool that is freely available via the Internet (www.perl.org). It covers mining ideas from several perspectives–statistics, data mining, linguistics, and information retrieval–and provides readers with the means to successfully complete text mining tasks on their own.The book begins with an introduction to regular expressions, a text pattern methodology, and quantitative text summaries, all of which are fundamental tools of analyzing text. Then, it builds upon this foundation to explore:Probability and texts, including the bag-of-words modelInformation retrieval techniques such as the TF-IDF similarity measureConcordance lines and corpus linguisticsMultivariate techniques such as correlation, principal components analysis, and clusteringPerl modules, German, and permutation testsEach chapter is devoted to

Sale Price:$77.24

Read Morebuy now

Tagged , , , , , , , , ,

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O’Reilly))

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries. This concise and easy-to-use reference puts a very powerful tool for manipulating text and data right at your fingertips. Composed of a mixture of symbols and text, regular expressions can be an outlet for creativity, for brilliant programming, and for the elegant solution. Regular Expression Pocket Reference offers an introduction to regular expressions, pattern matching, metacharacters, modes and constructs, and then provides separate sections for each of the language APIs, with complete regex listings including:Supported metacharacters for each language API Regular

Sale Price:$8.48

Read Morebuy now

Tagged , , , , , , , ,

Perl Pocket Reference (Pocket Reference (O’Reilly))

Perl Pocket Reference (Pocket Reference (O'Reilly))

The Perl Pocket Reference is an invaluable reference for those who find themselves frequently searching for a quick answer to a question or reminder of a syntax rule. This handy, well-organized quick reference condenses stacks of Perl documentation down to the most essential at-your-fingertips facts. For ease-of-use, convenience, and price, this little reference is the first place Perl programmers look when they need an answer quickly.The Perl Pocket Referenc provides a complete overview of the Perl programming language, all packed into a convenient, carry-around booklet. It is updated for Perl 5.8, and covers a summary of Perl syntax rules, a complete list of operators, built-in functions, and standard library modules, all with brief descriptions. Also included are the newest Perl features, such as enhanced regular expressions, multithreading, the Perl compiler, and Unicode support.The Perl Pocket Reference, 4th Edition, is the perfect companion to the authoritative books on Perl

Sale Price:$7.99

Read Morebuy now

Tagged , , ,