Help for this page

Select Code to Download


  1. or download this
    sub get {
      my($self,$attr) = @_;
    ...
      
      return $return_val;
    }
    
  2. or download this
    if($attr =~ m/\A\w+\z/) {
      $return_val = ${$attr}{refaddr $self};
    }