Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re (tilly) 2: AbstractBase

by tilly (Archbishop)
on Dec 01, 2000 at 19:26 UTC ( [id://44375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package SwimmingFlyingThing;
    use AbstractClass qw(swim fly);
    
  2. or download this
    pacakage AbstractBird;
    use SwimmingFlyingThing;
    use AbstractClass;
    @ISA = 'SimmingFlyingThing';
    sub fly { print "Flap Flap Flap" }
    
  3. or download this
    package Duck;
    @ISA = 'AbstractBird';
    sub swim { print "Paddle paddle paddle" }
    sub new { ... }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (10)
As of 2024-04-18 15:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found