enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. GPRename - Wikipedia

    en.wikipedia.org/wiki/GPRename

    GPRename is an outstanding tool to use in place of writing shell scripts in order to rename multiple files in Linux. You won’t find an easier tool for this task (if you’re not already used to whipping up a shell script).

  3. Outline of Perl - Wikipedia

    en.wikipedia.org/wiki/Outline_of_Perl

    Free Perl tutorials. Perl in 10 easy lessons at Linux Forums; Perl Maven Tutorial – a beginner and an advanced tutorial; Learn Perl in about 2 hours 30 minutes – introductory tutorial; Introductory Perl Tutorial Course for Windows – includes CGI instruction. Essential Perl – from the Computer Science Library, Stanford University

  4. 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.

  5. Perl - Wikipedia

    en.wikipedia.org/wiki/Perl

    Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym, [9] there are various backronyms in use, including "Practical Extraction and Reporting Language". [10] Perl was developed by Larry Wall in 1987 [11] as a general-purpose Unix scripting language to make report processing ...

  6. Rename (computing) - Wikipedia

    en.wikipedia.org/wiki/Rename_(computing)

    In computing, rename refers to the altering of a name of a file. This can be done manually by using a shell command such as ren or mv , or by using batch renaming software that can automate the renaming process.

  7. 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.

  8. glob (programming) - Wikipedia

    en.wikipedia.org/wiki/Glob_(programming)

    The pattern syntax is based on a subset of Zsh's. It tries to optimize the given pattern and should be noticeably faster than a naïve character-by-character matcher. [25] Perl has both a glob function (as discussed in Larry Wall's book Programming Perl) and a Glob extension which mimics the BSD glob routine. [26]

  9. Programming Perl - Wikipedia

    en.wikipedia.org/wiki/Programming_Perl

    Programming Perl, best known as the Camel Book among programmers, [1] is a book about writing programs using the Perl programming language, revised as several editions (1991–2012) to reflect major language changes since Perl version 4.