Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: Adding functionality to an Object

by xdg (Monsignor)
on Jul 13, 2006 at 12:46 UTC ( [id://560930]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       my $cp = Class::Prototyped->new();
        my $mirror = $cp->reflect();
    ...
        );
    
        $mirror->deleteSlot('sub1');
    
  2. or download this
    # Create an object of Some::Class
    my $obj = Some::Class->new();
    ...
    
    $obj->foo; # From Some::Class
    $obj->bar; # From Some::Class::Extended
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://560930]
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: (5)
As of 2024-04-23 21:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found