Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Testing a Dancer2 app with locally installed modules

by GertMT (Hermit)
on Oct 27, 2020 at 21:44 UTC ( [id://11123236]=perlquestion: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11123236]
Approved by hippo
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found