Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use My::App;
    
    My::App->new->run;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            prefix  => 'My',
            default => 'App',
        );
    
  3. or download this
    #!/usr/bin/perl
    
    ...
                '/:rm/:data?' => { app => 'App' },
            ],
        );