enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Higher-Order Perl - Wikipedia

    en.wikipedia.org/wiki/Higher-Order_Perl

    Higher-Order Perl: Transforming Programs with Programs (ISBN 1-55860-701-3) is a book about the Perl programming language written by Mark Jason Dominus 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.

  3. Learning Perl - Wikipedia

    en.wikipedia.org/wiki/Learning_Perl

    Learning Perl, also known as the llama book, [1] is a tutorial book for the Perl programming language, and is published by O'Reilly Media. The first edition (1993) was authored solely by Randal L. Schwartz, and covered Perl 4. All subsequent editions have covered Perl 5.

  4. Perl Programming Documentation - Wikipedia

    en.wikipedia.org/wiki/Perl_Programming_Documentation

    Perl Programming Documentation, also called perldoc, is the name of the user manual for the Perl 5 programming language. It is available in several different formats, including online in HTML and PDF. The documentation is bundled with Perl in its own format, known as Plain Old Documentation (pod).

  5. Perl Cookbook - Wikipedia

    en.wikipedia.org/wiki/Perl_Cookbook

    The Perl Cookbook is written by Tom Christiansen and Nathan Torkington, and published by O'Reilly. The Perl Cookbook inspired the PLEAC (Programming Language Examples Alike Cookbook) website, which translated the code snippets in the Perl Cookbook into other languages: Python, Ruby, Guile, Tcl, Java, and beyond. O'Reilly went on to publish ...

  6. Perl language structure - Wikipedia

    en.wikipedia.org/wiki/Perl_language_structure

    The split function creates a list of the parts of the string that are separated by what matches the regular expression. In this example, a line is divided into a list of its own comma-separated parts, and this list is then assigned to the @words array.

  7. Outline of Perl - Wikipedia

    en.wikipedia.org/wiki/Outline_of_Perl

    Modern Perl – free on-line book by chromatic; Picking up Perl – free on-line book by Bradley M. Kuhn and Neil Smyth; Impatient Perl – for readers with previous programming experience. Learn Perl in about a week. Learning Perl the Hard Way – for people who know another programming language. Higher-Order Perl – advanced programming in ...

  8. File:Perl Programming.pdf - Wikipedia

    en.wikipedia.org/wiki/File:Perl_Programming.pdf

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us

  9. One-liner program - Wikipedia

    en.wikipedia.org/wiki/One-liner_program

    The word One-liner also has two references in the index of the book The AWK Programming Language (the book is often referred to by the abbreviation TAPL). It explains the programming language AWK, which is part of the Unix operating system. The authors explain the birth of the one-liner paradigm with their daily work on early Unix machines: