Help for this page

Select Code to Download


  1. or download this
    package Storm;
    
    ...
    ... # other methods
    
    1;
    
  2. or download this
    my $varname = $self->get_varname();
    $self->set_varname($new_name);
    
  3. or download this
    sub new {
        my ($class, $args) = @_;
    ...
    
        return;
    }