Help for this page

Select Code to Download


  1. or download this
    # args: self, index, value
    sub STORE {
        my ($self, $index, $value) = @_;
        $self->[$index] = $value;
    }
    
  2. or download this
    tied(@array)->baz();