logo

internet.com
Join the free
WDVL newsletter!

home

Perl Algorithms

Individual Algorithms

  • Algorithms are merely pieces of code that perform an action in a specific way. An algorithm that adds two numbers can be expressed as x + y.

  • However, its usage is very specific. To add 31,289 and 23,990, you would use the following Perl code:

    $sum = 31289 + 23990;
    

  • This is a simple routine, but it is also specific to just one case. Programs typically consist of many such routines put together.

  • However, there comes a time when you will want to make the routine generic so that you can call it over and over again in other parts of the program without having to rewrite it. This is where application- specific subroutines come in.

Additional Resources:

Perl Libraries
Table of Contents
Perl Subroutines

Up to => Home / Authoring / Scripting / Tutorial

Instantly look up a "techie" word using Webopedia!!


internet.com
e-commerce
WebDeveloper Network


Live coverage of Fall Internet World '99!

Copyright 1999 internet.com Corporation. Legal Notices. Privacy Policy.

www.internet.com