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