Help for this page

Select Code to Download


  1. or download this
    post '/invtot' => sub {
        state $st = $dbh->prepare(...);
        $st->execute(...);
    };