Help for this page
"Use of uninitialized value" Because of eval context, you may see warnings with useless +filename/line, example: ... use Carp (); local $SIG{__WARN__} = \&Carp::cluck;
use WebApp; my $webapp = WebApp->new(); $webapp->run();