Help for this page

Select Code to Download


  1. or download this
    sub createTableState {
      my $self = shift;
    ...
      $self->{state} = $self->createTableState;
      blah blah;
    }