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