Help for this page

Select Code to Download


  1. or download this
    sub option {
        my ( $self, $key, $value ) = @_;
    ...
        }
        $self->{ options }->{ $key };
    }
    
  2. or download this
    %hash = ( %hash, @array );