Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

package Foo; isa Bar; why not?

by liz (Monsignor)
on Dec 18, 2003 at 23:44 UTC ( [id://315694]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    require isa; # this should go away once this is in the core
    package Foo;
    isa Bar;
    
  2. or download this
    package isa;
    use strict;
    ...
        } #UNIVERSAL::isa
    }
    1;
    
  3. or download this
    isa Bar;
    
  4. or download this
    Bar->isa;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://315694]
Front-paged by broquaint
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: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found