Help for this page

Select Code to Download


  1. or download this
    package Base ;
    
    ...
        $step->do;
      }
    }
    
  2. or download this
    my $base = Base->new( qw ( One Three Two ) );
    $base->do;