Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Class::Std : How does MODIFY_HASH_ATTRIBUTES work?

by xdg (Monsignor)
on Oct 13, 2005 at 21:24 UTC ( [id://500052]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %name : ATTR;
    
    ...
    use attributes ();
    my %name;
    attributes::->import(__PACKAGE__, \%name, 'ATTR');
    
  2. or download this
    sub MODIFY_HASH_ATTRIBUTES {
        my ($package, $referent, @attrs) = @_;
    ...
    
  3. or download this
                if ($getter = _extract_get($config)) {
                    no strict 'refs';
    ...
                        return $referent->{ID($_[0])};
                    }
                }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-03-28 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found