Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD {
        my ($self) = @_;
    ...
        $self->{_read_count}++;
        return $self->{$1}
    }
    
  2. or download this
    {
        my %_attrs =
    ...
          );
        sub _accessible { exists $_attrs{$_[1]}}
    }