Help for this page

Select Code to Download


  1. or download this
    package Stucki::Command::Ro ;
    sub run {
       print "Ro ro ro-sham-bo, gently down the stream\n"
    }
    1;
    
  2. or download this
    package Stucki;
    use Module::Load qw/ load /;
    ...
        $plugin->run( @rest );
    }
    1;
    
  3. or download this
    #!/usr/bin/perl --
    use Stucki::Frontend::CLI;
    Stucki::Frontend::CLI->run;
    
  4. or download this
    #!/usr/bin/perl --
    use Stucki::Frontend::CGI;
    Stucki::Frontend::CGI->run;