Help for this page

Select Code to Download


  1. or download this
    use My::App;
    my $app = My::App->new;
    $app->run;
    
  2. or download this
    sub import { __PACKAGE__->new->run }
    
  3. or download this
    use My::App; # yes that's it!