Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: first steps with Mojolicious::Lite -- under again

by Discipulus (Canon)
on Jun 17, 2020 at 07:07 UTC ( [id://11118178]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    # see UNDER above
    ...
        my $c = shift;
        return $c->render(text => $text_b);
    };
    
  2. or download this
    
    # Admin section
    ...
      # GET /admin/dashboard
      get '/dashboard' => {text => 'Nothing to see here yet.'};
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (8)
As of 2024-04-18 16:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found