Help for this page

Select Code to Download


  1. or download this
    sub screen {
      my ($self) = @_;
    ...
      push @lines, $line if $line;
      @lines;
    };
    
  2. or download this
    sub get_set_field {
      my $self = shift;
    ...
    
      $self->get_set_field($field,@_);
    };