Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Inheritance in Perl

September 28, 1998

Inheritance in Perl 5 is very simple. To do so, you simply declare a class array called @ISA. This array will be used to store the name and parent class(es) of the new species. Whenever the new class is used, it will have this reference to its lineage and be able to check there against method calls and properties.

For example, to define a subclass of Cat, you could use:

     package NorthAmericanCat;
     @NorthAmericanCat::ISA = ("Cat");
     sub new {
             [. . . Code goes here . . .]
             }

Notice that in perl 5, package references are handled using the "::" notation. Finally, note that instantiation of an inherited class will work just the same as it did without inheritance.

Using Methods
Introduction to Perl 5 | Table of Contents
Modules



Up to => Home / Authoring / Languages / Perl / 5




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers