Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: AbstractClass

by Anonymous Monk
on Dec 07, 2000 at 01:48 UTC ( [id://45333]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Class::Virtually::Abstract;
    use base qw(Class::Virtual);
    ...
    
        1;
    }
    
  2. or download this
        package Foo;
        require Some::Abstract::Class;
        @ISA = qw(Some::Abstract::Class);
    
  3. or download this
        package Foo;
        use base qw(Some::Abstract::Class);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://45333]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-03-28 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found