Books written by Tom Christiansen

  • Programming Perl: Unmatched power for text processing and scripting

    Alternate regex engines Module Description Version Updated Current Maintainer re::engine::LPEG The LPEG regex engine 0.05 2010-07-09 François Perrad re::engine::RE2 Russ Cox's RE2 regex engine 0.08 2011-04-22 David Leadbeater ...

  • Perl Cookbook: Solutions & Examples for Perl Programmers

    Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. You can get by without having this book in your library, but once you've tried a few of the recipes, you won't want to.

  • Programming Perl: Unmatched Power for Text Processing and Scripting

    Introduces the programming language to beginners and provides a Perl language reference for experienced users, covering operators, statements, formats, modules, objects, threads, tied variables, debugging, and security.

  • Programming Perl

    The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book.

  • Programming Perl

    "Programming Perl, 2nd Edition" is the authoritative guide to Perl version 5, the scripting utility that has established itself as the programming tool of choice for the World Wide Web,...

  • Programming Perl

    Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel."This third edition of Programming Perl has been expanded to cover version 5.6 of this maturing language.

  • Programmation en Perl

    chomp VARIABLE chomp LISTE chomp Cette fonction supprime (normalement) un saut de ligne à la fin d'une chaîne contenue ... Par exemple : while () { chomp; # évite d'avoir \n dans le dernier champ ^tableau = split /:/; } Avec la ...

  • Learning Perl

    In this update of a bestseller, two leading Perl trainers teach you to use the most universal scripting language in the age of the World Wide Web. With a foreword...

  • Perl: programowanie

    Perl: programowanie

  • Learning Perl on Win32 Systems

    An introduction to Perl, including tips for PC users and NT-specific examples.