Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: Perl (page 2)

Tag Archives: Perl

Exploring Programming Language Architecture in Perl

This book presents an informal and friendly introduction to some of the core ideas in modern computer science, using the programming language Perl as its vehicle. The book takes the form of a series of working interpreters for the language PScheme,

Read More »

Beginning Perl by Curtis ‘Ovid’ Poe

This book provides the information and instruction you need to confidently get started with Perl. Perl is the ever-popular, flexible, open source programming language that has been called the programmers' Swiss army knife. This book introduces Perl

Read More »

Modern Perl

Modern Perl is one way to describe how experienced and effective Perl 5 programmers work. They use language idioms. They take advantage of the CPAN. They're recognizably Perlish, and they show good taste and craftsmanship and a full understanding o

Read More »

Beginning Perl

Perl is an immensely popular scripting language that combines the best features of C, key UNIX utilities and a powerful use of regular expressions. It has a wide range of uses beyond simple text processing and is commonly used for web programming -

Read More »

Using Perl 6

This book is primarily for people who want to learn Perl 6. It teaches the basics from a Perl 6 perspective, touching on variable interpolation, datastructure use, object construction, threads, closures, symbol tables, and other core features. It the

Read More »

Higher-Order Perl: Transforming Programs with Programs

This is a book written with the goal to teach Perl programmers with a strong C and Unix background how to use techniques with roots in functional programming languages like Lisp that are available in Perl as well, but less known. Most Perl progr

Read More »

O’Reilly Perl and 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. Th

Read More »

Perl 6 at a Glance

This book is about Perl 6, a programming language of the Perl family. It covers many basic and in-depth topics of the language and provides the initial knowledge you need to start working with Perl 6. The book does not require any previous experience

Read More »

Web Client Programming with Perl

If you've ever wanted to learn more about Web protocols so you could build custom client-side tools to automate tasks - or just so you have a better understanding of what's happening behind the scenes - then Web Client Programming with Perl is the bo

Read More »