Help for this page

Select Code to Download


  1. or download this
      package SomeClass;
      use base qw(SomeOtherClass);
      ...
    
  2. or download this
      sub run {
          my $self = shift;
          $self->SomeSub();
      }