- or download this
#!/usr/bin/env plackup
...
$res->body( $readystory );
$res->finalize;
};
- or download this
use CGI ();
my $q = CGI->new;
...
my $bann1 = $q->param('bann1');
...
print $q->header, $readystory;
- or download this
vagrant@localhost ~ $ cpanm --notest Plack
--> Working on Plack
...
Building Plack-1.0043 ... OK
Successfully installed Plack-1.0043
23 distributions installed