ElephantBooks.com

Perl Tutorial helpPERL TUTORIALPerl Tutorial HELP
Main Tutorials Page   JavaScript   CGI   Java   HTML  

Perl Tutorials

Perl -- if you know it, you're in demand. And you can make Web pages run sophisticated applications. Here's a big bucketful of Perl tutorials and guides. PERL unleashes your best abilities! (And please visit our advertisers' sites!)

  1. A Perl Tutorial: Super-Basics
    A Perl Tutorial: Super-Basics A Perl Tutorial: Super-Basics That First Line, And Other Details Grossly oversimplifying:... A Perl program belongs in a file (which you... 02/17/98
    http://www.bluemarble.net/~scotty/Perl/basic.html

  2. Perl tutorial: A basic program
    Perl Tutorial: A basic program Here is the basic perl program that we'll use to get started. #!/usr/local/bin/perl # # Program to do the obvhttp://agora.leeds.ac.uk/Perl/basic.htmlMore Like This
    http://agora.leeds.ac.uk/Perl/basic.html

  3. Perl and CGI Tutorial
    Perl & CGI Tutorial Caveat Emptor This is really old stuff. I wrote this about 2 years ago, and even then under extreme time pressure. It is certainly usefull, but the web landscape (webscape if you will) has changed dramatically. Back then, most...
    http://www.elemental-atl.com/~carlson/perl_tutorial/

  4. Perl tutorial: Start
    This is the start of a tutorial on Perl, originally run by me, Nik Silver, as the first part of a one-day hands-on workshop at the School of Computer Studies, University of Leeds, ...
    http://agora.leeds.ac.uk/Perl/start.html

  5. perltoot - Tom's object-oriented tutorial for perl
    NAME DESCRIPTION Creating a Class Object Representation Class Interface Constructors and Instance Methods Planning for the Future: Better Cohttp://www.perl.com/CPAN-local/doc/manual/html/perltootMore Like This
    http://www.perl.com/CPAN-local/doc/manual/html/perltoot.html

  6. Basic Perl
    Basic Perl A good Perl4 intro Another Perl tutorial A (local copy) of a text-based Perl tutorial
    http://www.cs.umd.edu/class/cmsc498p-s96/feb2.html

  7. Perl Tutorial
    An Introduction to Perl Practical Extraction and Report Language Developed by Larry Wall as a bug reporting system when AWK wasn't strong enhttp://www.iupui.edu/npi/intro2perl/perl.htmlMore Like This
    http://www.iupui.edu/npi/intro2perl/perl.html

  8. Perl, and Regular Expressions
    (TIMTOWTDI !) sed (the unix stream editor) a brief sed tutorial. (and in unix, 'man sed' for the detailed manual discussion) Perl (Perl is above all a text processing language.<P>
    http://virtual.park.uga.edu/humcomp/perl/home.html

  9. PERL -- Practical Extraction and Report Language
    This web document is a re-organized version of the "perl.1" man page for PERL version 4. (I will not be producing a revised version for Perl5. However, someone else's hyperte
    http://www-cgi.cs.cmu.edu/cgi-bin/perl-man

  10. Perl Tutorial
    discover_ncsa spotlight partnerships adv_computing outreach science software_tech divisions search ncsa_access_online employment ncsa_home Phttp://www.ncsa.uiuc.edu/General/Training/PerlIntro/More Like This
    http://www.ncsa.uiuc.edu/General/Training/PerlIntro/

  11. Introduction to Forms and Scripts Tutorial
    This is a simple tutorial to help you build a HTML form and a cgi-bin script (we will use a Perl script) to process the form output and email the results to you (or anyone you ...
    http://www.charweb.org/examples/tFintro.html

  12. Perl tutorial: Start
    There are plenty of other Perl tutorials around, and most (if not all) of them can be found at the UF/NA Perl Archive. This tutorial assumes a very basic knowledge of UNIX and concentrates on how to write basic working perl programs.
    http://agora.leeds.ac.uk/nik/

  13. Perl Tutorial
    This is a local copy of a tutorial on Perl, originally written by Nik Silver as the first part of a one-day hands-on workshop at the School of Computer Studies, University of Leeds, in the UK. The second part of the workshop looked at designing pages for the World Wide Web using Perl to deal with buttons and text boxes to generate custom Web pages on the fly.
    http://lynkeus.et.uni-magdeburg.de/neu/ifat/bibo/perl/tutorial.html

  14. Perl tutorial: Start
    Written by Nik Silver as the first part of a one-day hands-on workshop at the School of Computer Studies, University of Leeds, in the UK. Structure of the tutorial: A basic perl ...
    http://fpg.uwaterloo.ca/perl/

  15. Perl Tutorials, Manuals, References
    Perl Tutorials, Manuals, References You are visitor number Kulichki Advertising Perl FAQ by Stephen P Potter From comp.lang.perl Perl Tutorial by Nik Silver Plain text... Date Not Available
    http://kulichki.rambler.ru/ostrova/bera/Manuals/Perl.html

  16. Introduction to Perl
    Introduction to Perl Perl Philosophy Perl Tutorial: Local copy here at SPU. Morse paper Tom Phoen...
    http://www.spu.edu/help/tech/perlintro/index.html

  17. 82.562: Perl Tutorial
    In this tutorial, we by-and-large mention one way only, and we usually try to mention the way that is simpler and closer to other programming languages. In the first several lessons, we mostly show how Perl shares a number of characteristics with more common languages, so as not to scare you too much.
    http://www.civeng.carleton.ca/Courses/Grad/82.562/perl/index.html

  18. Perl tutorial: Start
    Perl tutorial: Start This directory contains the following sub-directories. A search here will include all of them. If you wish to search only one of them follow the appropriate link: No subdirectories. Glimpse HTTP Search String to search for...
    http://www.vis-med.ac.at/Help/Perlmanual/perl4/ghindex.html

  19. Introduction to Perl
    Introduction to Perl Perl Philosophy Perl Tutorial: Local copy here at SPU. Morse paper Tom Phoen...
    http://www.spu.edu/help/tech/perlintro/

  20. Perl and the Web
    In addition, as a scripting language, Perl provides easy facilities to launch other applications and display the results, such as displaying the results of a database query in a Web page. print $page->header; print $page- start_html( -title=>'Hello from Perl', -BGCOLOR=>'white'); # HTML body # Heading print <h1>Hello</h1>\n; print Hello, from Perl and the CGI module.
    http://www.pconline.com/~erc/perlweb.htm

  21. Perl Resource Kit -- UNIX Edition

    http://www.oreilly.com/catalog/prkunix/

  22. Perl tutorial: Conditionals
    Conditionals Of course Perl also allows if/then/else statements. These are of the following form
    http://arirang.snu.ac.kr/~yoon/Perl/conditionals.html

  23. Perl tutorial: Start
    Perl Tutorial: Start A basic perl program The first line Comments and statements Simple printing ...
    http://www.cs.unm.edu/~bwylie/perl/start.html

  24. Perl Tutorial
    It combines the familiar syntax of C, C++, sed, awk, grep, sh, and csh into a tool that that is more powerful than the separate pieces used together. If you know perl, you could find errors in many of my statements, but on the other hand, if you know perl, you understand why I'm leaving out the subtleties.
    http://www.mikroservis.cz/novinky/reference/PerlTutorial/1.htm

  25. Perl tutorial: Control structures
    Control structures More interesting possiblities arise when we introduce control structures and looping. Perl supports lots of different kinhttp://arirang.snu.ac.kr/~yoon/Perl/control.htmlMore Like This
    http://arirang.snu.ac.kr/~yoon/Perl/control.html

  26. Geode Web Directory

  27. Perl Tutorial
    Perl Tutorial Perl is an interpreted programming language known for its power and flexibility. It combines the familiar syntax of C, C , sed, awk, grep, sh, and csh into a tool that that is more powerful than the separate pieces used together...
    http://shemp.ncsa.uiuc.edu/General/Training/PerlIntro/

  28. Perl tutorial: Substitution and translation
    Substitution and translation As well as identifying regular expressions Perl can make substitutions based on those matches. The way to do thhttp://arirang.snu.ac.kr/~yoon/Perl/sandtr.htmlMore Like This
    http://arirang.snu.ac.kr/~yoon/Perl/sandtr.html

  29. Perl Tutorial
    Perl Tutorial Perl is an interpreted programming language known for its power and flexibility. It combines the familiar syntax of C, C , sed, awk, grep, sh, and csh into a tool that that is more powerful than the separate pieces used together...
    http://www.sti.jnu.edu.cn/tutorial/perl/

  30. Perl tutorial: A basic program
    Department of Geography, Univ. Innsbruck Local copy of a Perl Tutorial written by Nik Silver Perl Tutorial: A basic program Here is the basihttp://geowww.uibk.ac.at/perl/basic.htmlMore Like This
    http://geowww.uibk.ac.at/perl/basic.html

  31. Perl
    Perl Manual Pages: local copies of 5.003_93, 5.003_25, 5.002, 5.002b2 and 5.000 | most up-to-date...
    http://www.mathematik.uni-ulm.de/help/perl5/

  32. Perl Tutorial
    Perl Tutorial Perl is an interpreted programming language known for its power and flexibility. It combines the familiar syntax of C, C , sed, awk, grep, sh, and csh into a tool that that is more powerful than the separate pieces used together...
    http://chico.ncsa.uiuc.edu/General/Training/PerlIntro/

  33. Perl tutorial: Running the program
    Department of Geography, Univ. Innsbruck Local copy of a Perl Tutorial written by Nik Silver Running the program Type in the example programhttp://geowww.uibk.ac.at/perl/running.htmlMore Like This
    http://geowww.uibk.ac.at/perl/running.html

  34. Resources for learning PERL on the Internet
    Here are some of the resources that I have found on the Internet that will help you learn the PERL shell programing language, and how to use it to create CGI programs. Teach Yourself CGI Programming with Perl in a Week.
    http://ccism2.pc.athabascau.ca/html/students482/pete/perl.htm

  35. Information on Perl
    Perl An Introduction to Perl Perl Tutorial: Nik Silver's nice tutorial on Perl programming On lin...
    http://salmosa.kaist.ac.kr/LAB/MEMBER/HSCHAE/LINK/perl.html

  36. Perl tutorial: File handling
    Department of Geography, Univ. Innsbruck Local copy of a Perl Tutorial written by Nik Silver File handling Here is the basic perl program whhttp://geowww.uibk.ac.at/perl/filehandling.htmlMore Like This
    http://geowww.uibk.ac.at/perl/filehandling.html

  37. perl references
    The Perl Programming Language These pages provide links to Perl resources on the WWW and the net ...
    http://www.cre.canon.co.uk/~neilb/perl/home.html

  38. Perl tutorial: String matching
    Department of Geography, Univ. Innsbruck Local copy of a Perl Tutorial written by Nik Silver String matching One of the most useful featureshttp://geowww.uibk.ac.at/perl/matching.htmlMore Like This
    http://geowww.uibk.ac.at/perl/matching.html

  39. An Overview of Perl
    In many programming languages, you have to declare the types, variables, and subroutines you are going to use before you can write the first statement of executable code. You certainly may call the exit function explicitly if you wish, just as you may declare some of your variables and subroutines, or even force yourself to declare all your variables and subroutines.
    http://www.ora.com/catalog/pperl2/excerpt/ch01-01.htm

  40. Perl Tutorial
    URL: http://chaplin.ncsa.uiuc.edu/General/Training/PerlIntro/
    http://chaplin.ncsa.uiuc.edu/General/Training/PerlIntro/

  41. Perl tutorial: Running the program
    Running the program Type in the example program using a text editor, and save it. Emacs is a good editor to use for this because it has its http://media.it.kth.se/mms/perl/running.htmlMore Like This
    http://media.it.kth.se/mms/perl/running.html

  42. Perl Tutorial
    URL: http://abbott.ncsa.uiuc.edu/General/Training/PerlIntro/
    http://abbott.ncsa.uiuc.edu/General/Training/PerlIntro/

  43. Perl tutorial: Start
    This is the start of a tutorial on Perl, originally run by me, Nik Silver, as the first part of a one-day hands-on workshop at the School of Computer Studies, University of Leeds, ...
    http://www.fee.vutbr.cz/UIVT/homes/rysanek/Perl/start.html

  44. Perl tutorial: File handling
    File handling Here is the basic perl program which does the same as the UNIX cat command on a certain file. #!/usr/local/bin/perl # # Prograhttp://media.it.kth.se/mms/perl/filehandling.htmlMore Like This
    http://media.it.kth.se/mms/perl/filehandling.html

  45. Perl
    Perl Perl Perl Tutorial CPAN (Florida mirror) CPAN is your friend CPAN (Florida) main html page DBI - A Database Interface Module for perl5 Easy... 01/06/98
    http://www2.msstate.edu/~dmi1/bookmarks/book-perl.html

  46. Perl tutorial: Associative arrays
    Associative arrays Ordinary list arrays allow us to access their element by number. The first element of array @food is $food[0]. The secondhttp://media.it.kth.se/mms/perl/associative.htmlMore Like This
    http://media.it.kth.se/mms/perl/associative.html

  47. Perl tutorial: Scalar variables
    Scalar variables The most basic kind of variable in Perl is the scalar variable. Scalar variables hold both strings and numbers, and are remhttp://media.it.kth.se/mms/perl/scalars.htmlMore Like This
    http://media.it.kth.se/mms/perl/scalars.html

  48. Perl for Win32
    This page mainly refers to the Perl for Win32 port by ActiveState (formerly ActiveWare, formerly hip Communications). ActiveState - makers of Perl for Win32 (formerly hip communications) - Starting Point!
    http://www.netaxs.com/~joc/perlwin32.html

  49. Perl tutorial: Split
    Split A very useful function in Perl is split, which splits up a string and places it into an array. The function uses a regular expression http://media.it.kth.se/mms/perl/split.htmlMore Like This
    http://media.it.kth.se/mms/perl/split.html

  50. Other cgi/perl tutorials
    Other cgi/perl tutorials Other cgi/Perl Tutorials and Scripts Silver's Perl Tutorial An Introduction to CGI Programming CGI Manual of Style by Robert McDaniel Matt Wright's... 01/24/97
    http://www.bvu.edu/~ken/advint/others.html

  51. Perl tutorial: A basic program
    Perl Tutorial: A basic program Here is the basic perl program that we'll use to get started. #!/u...
    http://www.spu.edu/help/tech/perlintro/leeds/basic.html

  52. Perl tutorial: Start
    The second part of the workshop looked at designing pages for the World Wide Web using Perl to deal with buttons and text boxes to generate custom Web pages on the fly. It does not explain why many things are as they are, nor does it draw generalisations about the language; it is assumed that the reader can make most of these inferences correctly for themselves.
    http://helios.ulpgc.es:8080/perl_tutorial/start.html

  53. CGI Tutorial: What is Perl?
    CGI Tutorial: What is Perl? What is Perl? CGI allows the web server to run other programs. These programs can be anything you can run... 10/06/97
    http://www.catt.ncsu.edu/projects/perl/perl.html

  54. 82.562: Perl Tutorial
    [ Course Page | Lectures | Resources ] Civil Engineering 82.562 -- The Perl Programming Language A Perl Tutorial This is a "getting started" tutorial on the Perl programming language. You will probably also want to refer to the following material..
    http://www.civeng.carleton.ca/Courses/Grad/1994-95/82.562/perl/index.html

  55. Perl tutorial: String matching
    String matching One of the most useful features of Perl (if not the most useful feature) is its powerful string manipulation facilities. At http://media.it.kth.se/mms/perl/matching.htmlMore Like This
    http://media.it.kth.se/mms/perl/matching.html

  56. Perl
    Perl Bob Tarr's Perl Notes Chapter 1: Introduction To Perl (Last updated June 8, 1996) Chapter 2:...
    http://umbc7.umbc.edu/~tarr/perl/perl.html

  57. Perl tutorial: Start
    Operations and assignment.
    http://helios.ulpgc.es:8080/perl_tutorial/

  58. Danny Aldham's Perl CGI Tutorial Page version 1.08
    Danny Aldham's Perl CGI-BIN Tutorial Page This Tutorial is designed to quickly get people up to speed with Perl CGI scripting. That's all. Ihttp://www.postino.com/aldham/cgi.htmlMore Like This
    http://www.postino.com/aldham/cgi.html

  59. Dave Solovey's Perl/Forms Tutorial
    Welcome To Dave Solovey's Perl/CGI Tutorial Table Of Contents Perl Tutorial - A step by step tutorial which covers the basics of perl. Forms Tutorial - Everything you need to know to create and maintain online forms. Guestbook - Here's a generic...
    http://www.cs.buffalo.edu/users/miller/Courses/WWW-Sem/Sp97/Presentations/Perl-Solovey/

  60. Where can I find a tutorial on Perl?
    The second part of the workshop looked at designing pages for the World Wide Web using Perl to deal with buttons and text boxes to generate custom Web pages on the fly. The second part of the workshop looked at designing pages for the World Wide Web using Perl to deal with buttons and text boxes to generate custom Web pages on the fly.
    http://www.pracapp.com/infomine/H968933105/output.html

  61. Index of /perl/doc/misc/ancient/tutorial
    Index of /perl/doc/misc/ancient/tutorial Name Last modified Size Description Parent Directory 18-Jul-97 05:34 - eg/ 18-Jul-97 05:35 - slides/ 18-Jul-97 05:34 - The slides themselves are very old. If you would like the new versions, contact me. I...
    http://www.metronet.com/perl/doc/misc/ancient/tutorial/

  62. Perl tutorial: Start
    Perl tutorial: Start This directory contains the following sub-directories. A search here will include all of them. If you wish to search only one of them follow the appropriate link: No subdirectories. Glimpse HTTP Search String to search for...
    http://chimera.vis-med.ac.at/Help/Perlmanual/perl4/ghindex.html

  63. Perl Tutorials, Manuals, References. You are visitor number 900 Kulichki
    Advertising Perl FAQ by Stephen P Potter From comp.lang.perl Perl Tutorial by Nik Silver Plain text Perl Practicum by Hal Pomeranz. HTML Document Perl/CGI Tutorial by ...
    http://www.kulichki.com/ostrova/bera/Manuals/Perl.html

  64. perl tutorial
    TELNET A telnet program will allow you to open a text-only window into a UNIX machine on the internet. Of course, the machine must be http://www.hardlink.com/~robyoung/perltour/telnet.htmMore Like This
    http://www.hardlink.com/~robyoung/perltour/telnet.htm

  65. HELP-SITE.COM Computer Help [Perl Programming]
    The Help-Site Perl Programming section
    http://help-site.com/perl.html

  66. Web / Programming / Perl - webreference.com
    home / web / programming / perl CGI.pm - a Perl5 CGI Library Intended as a clean replacement of t...
    http://www.webreference.com/programming/perl.html

  67. Paul's Scripting Page
    ..a script The Importance of Perl Scripting: Higher Level Programming for the 21st Century - by John Ousterhout A Conversation With Larry Wall Interview With Larry Wall and Tom Christiansen Is Perl a Compiler or an Interpreter?
    http://members.tripod.com/~palobo/

  68. Henry Search Engine

  69. Perl Primer-CGI/Perl Tutorial
    Perl Primer-CGI/Perl Tutorial Writing a Perl script to print a line of text is very easy. The "Hello, world!" script that's mentioned in the 1st... 09/25/97
    http://www.webdesigns1.com/perl/tutorial.html

  70. Perl tutorial: Start
    However I wanted something that included exercises developing a consistent theme; none of the others seemed to do this.
    http://www.fee.vutbr.cz/UIVT/homes/rysanek/Perl/start.html.cz.us-ascii

  71. Perl tutorial: Array variables
    Array variables A slightly more interesting kind of variable is the array variable which is a list of scalars (ie numbers and strings). Arrahttp://www.mpae.gwdg.de/mpae_RZ/online_doc/perl/tutoriaMore Like This
    http://www.mpae.gwdg.de/mpae_RZ/online_doc/perl/tutorial/arrays.html

  72. Perl tutorial: Start
    This tutorial assumes a very basic knowledge of UNIX and concentrates on how to write basic working perl programs. It does not explain why many things are as they are, nor does it draw generalisations about the language; it is assumed that the reader can make most of these inferences correctly for themselves.
    http://web.bilkent.edu.tr/Online/Perl/

  73. Perl tutorial: Start
    Perl Tutorial: Start Structure of the tutorial: A basic perl program The first line Comments and statements Simple printing Running the proghttp://www.uni-hohenheim.de/institute/rz/app/prg/perl/pMore Like This
    http://www.uni-hohenheim.de/institute/rz/app/prg/perl/perl/start.html

  74. Java/Perl/VRML
    Java Page Perl VRML Links Download Java Development Kit On-line tutorial Excellent on-line tutorial Download tutorial Some applets 'Java In A Nutshell' Book - Source Code 'Teach Yourself Java 1.1 in 21 Days' Book - Source Code Play Bat'N'Ball...
    http://www.mdrive.demon.co.uk/java.html

  75. Smiley's CGI/PERL Source Page
    Selena Sol's maintains a nice Public Domain CGI Script Library Public. Domain CGI scripts written by Selena Sol (shopping carts, feedback forms,.
    http://www.seds.org/~smiley/cgiperl/cgi.htm

  76. Perl tutorial: Start
    The $_ special variable.
    http://www.fee.vutbr.cz/UIVT/homes/rysanek/Perl/

  77. Perl Tutorial Quick Reference
    Tutorial Perl Quick Reference FIZ filehandle. $FIZ scalar. $FIZ[n] Returns element n from array @FIZ. $#FIZ The maximum subscript currently http://www.cc.gatech.edu/grads/c/David.Carlson/html/perMore Like This
    http://www.cc.gatech.edu/grads/c/David.Carlson/html/perl.quickref.html

  78. What's New in Perlland?
    Intel/x86 binary, plus PerlScript and Perl for ISAPI. Alpha binary, plus PerlScript and Perl for ISAPI.
    http://language.perl.com/admin/whats_new.html

  79. Planning Internet Projects: Perl Advice
    Resources for SPPSR Web Content Providers: Perl Advice. by Danny Krouk. This area is designed to provide general advice on how to conceptualize and go...
    http://www.sppsr.ucla.edu/resource/spperl1.htm

  80. PGPERL References page
    John Lapeyre has created an interactive shell for creating graphs layered on pgperl as well as a perl interface to the MESCHACH linear algrebra routines. CGI Programming on the World Wide Web by Shishir Gundavaram has a section on using pgperl for generating graphical Web pages.
    http://www.aao.gov.au/local/www/kgb/pgperl/refs.html

back to top of page

Main Tutorials Page   JavaScript   CGI   Java   HTML