Help for this page

Select Code to Download


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