PERL
Examples of Perl Scripts


PERL is a scripting language. It is designed to assist programmers with common tasks that are too complicated for the shell, but not really necessary to attack with a full blown program.

Usage:

script.pl
Will run your PERL script named script.pl, assuming that is its name, and that you have set it to have execute permission, and that the first line of the script is

            #!/usr/bin/perl
          

Related Data and Programs:

Simple example programs or scripts are also available for a C version, and a C++ version, and a FORTRAN77 version, and a FORTRAN90 version, and a MATLAB version and a Python version.

Reference:

  1. Tom Christiansen, Nathan Torkington,
    Perl Cookbook,
    O'Reilly, 1999.
  2. Jon Orwant, Jarkko Hietaniemi, John Macdonald,
    Mastering Algorithms with Perl,
    O'Reilly, 1999.
  3. Randal Schwartz, Tom Christiansen,
    Learning Perl,
    Second Edition,
    O'Reilly, 1997.
  4. James Tisdall,
    Beginning Perl for Bioinformatics,
    O'Reilly, 2001.
  5. http://www.per.com/
    The Perl Home Page.

Examples and Tests:

You can go up one level to the PERL source codes.


Last revised on 06 March 2006.