Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        '/index.cgi' => $app,
    });
    $server->run;
    
  2. or download this
    # In "Shop.pm"...
    package Shop;
    ...
    }
    
    1;