Perl Pattern Matching Resources

Below you will find 0 categories and 7 links related to Perl Pattern Matching Resources.

Links:

Perl : Books

Cross Platform Perl

Visit Cross Platform Perl

If you're a system administrator, Web designer, or programmer who wants to write scripts for multiple platforms, you're holding the key to success in your hands. This newly expanded second edition of Eric Foster-Johnson's acclaimed book shows you how to use Perl to automate your daily tasks, create Web pages from CGI scripts, manage files, generate reports, and more for Linux, UNIX, and Windows environments. If you want an easier, faster development solution for client-server and networking applications, this book gives you the cross-platform Perl tools you need to succeed. Topics include: Perl basics and language tutorial; Perl Scripts; Variables; Arrays; Associative arrays; Flow control; File I/O with Perl; Pattern matching and regular expressions; Perl for formatted text database reports; Overview of Perl modules and CPAN; CGI and Web development tutorial with Perl (including using HTML forms); Perl and XML; Perl/Tk.

  • Cost: $27.99
  • Pages: 609
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0764547291

Mastering Regular Expressions

Visit Mastering Regular Expressions

Regular expressions are a central element of UNIX utilities like egrep and programming languages such as Perl. But whether you're a UNIX user or not, you can benefit from a better understanding of regular expressions since they work with applications ranging from validating data-entry fields to manipulating information in multimegabyte text files. Mastering Regular Expressions quickly covers the basics of regular-expression syntax, then delves into the mechanics of expression-processing, common pitfalls, performance issues, and implementation-specific differences. Written in an engaging style and sprinkled with solutions to complex real-world problems, Mastering Regular Expressions offers a wealth information that you can put to immediate use.

  • Cost: $27.97
  • Pages: 496
  • Edition: 2nd edition
  • ISBN: 0596002890

Perl by Example

Visit Perl by Example

Both a reference and tutorial, this book covers the varieties of Perl and their system and Web applications. Chapters address scripts, printing, names, operators, pattern matching, files, subroutines, libraries, references, databases, interfaces, report writing, CGI, and related topics. An accompanying CD-ROM contains all the source code in the book. Through proven sample programs, professional Perl trainer Ellie Quigley takes readers from their first program to highly sophisticated scripting.

  • Cost: $31.49
  • Pages: 880
  • Edition: 3rd edition
  • ISBN: 0130282510

Perl Cookbook

Visit Perl Cookbook

The Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. You'll find hundreds of rigorously reviewed Perl "recipes" for manipulating strings, numbers, dates, arrays, and hashes; reading, writing, and updating text and binary files; pattern matching and text substitutions; references, data structures, objects, and classes; signals and exceptions; accessing text, hashes, and SQL databases; screen addressing, menus, and graphical applications; writing secure scripts; client-server programming; cgi programming and web automation, and much more. The Perl Cookbook is the long awaited companion volume to Programming Perl.

  • Cost: $27.97
  • Pages: 794
  • Edition: 1st Edition
  • ISBN: 1565922433

Perl for Dummies (with CD-ROM)

Visit Perl for Dummies (with CD-ROM)

Every journey requires a first step, and the assumption that everyone interested in learning Perl has a programmer's background can make other Perl books inaccessible to the absolute beginner. Enter Perl for Dummies, a book that presumes that the reader wants to know only how to master the mechanics of Perl. Just because it starts at the beginning--and we're talking about the very basics--doesn't mean that Perl for Dummies doesn't head into more advanced topics. Paul Hoffman explains the programming terminology and mathematical concepts that programming in Perl requires. He also moves beyond basic file manipulation, discussing pattern matching and using regular expressions. He touches on good Perl style, as well as object-oriented Perl.

  • Cost: $17.49
  • Pages: 382
  • Edition: 3rd edition
  • ISBN: 0764507761
Perl : Tutorials

Perl FAQs

Visit Perl FAQs

The most frequently asked questions about Perl. This site breaks the FAQ's down into broad categories including: Data Manipulation (manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues); Files and Formats (I/O and the "f" issues: filehandles, flushing, formats and footers); General Perl Language Issues; General Questions About Perl; Networking; Obtaining and Learning About Perl; Programming Tools; Regular Expressions (Pattern matching and regular expressions); System Interaction.

  • Cost: Free

Summary Tutorial of Perl Basics

Visit Summary Tutorial of Perl Basics

This tutorial will show you some of the most important Perl Basics features that you must know if you want to use Perl language. Perl is an open-source server-side programming language and one of the most popular web programming language. It is also a cross platform programming language and supports vary operating systems such as Unix, Windows, Solaris, Macintosh. A Perl program is called script and can be created with any text editor and saved in a file with the extension.pl-But if you want do see highlighting syntax or some other important editing features, they suggest you to use some dedicated editor. You'll get information about: installing Perl, running Perl, scalar data, variables and operators, lists and arrays, hashes, regular expression, pattern matching, statements, functions and subroutines, files and directories, forms, command line Perl, using modules, database access, and using CGI from Perl.

  • Cost: Free