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])};
                    }
                }