Help for this page

Select Code to Download


  1. or download this
    Can't locate Dancer2/Plugin/Database.pm in @INC (you may need to insta
    +ll the Dancer2::Plugin::Database module)
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    use jwsDancer;
    
    jwsDancer->to_app;
    
  3. or download this
    package jwsDancer;
    use Dancer2;
    ...
        template 'index' => { 'title' => 'a web page' };
    
    true;