Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Mojolicious waiting page

by bartrad (Beadle)
on Mar 15, 2020 at 22:06 UTC ( [id://11114315]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    get '/' => sub {
      my $c = shift;
    ...
      $c->render( template => 'result', c => $result );
    };
    
  2. or download this
    @@ index.html.ep
    
    ...
    <input name="option" size="40" type="text"></input><br>
    <br><input type="submit" name="submit" value="submit"><br>
    </form>
    
  3. or download this
    @@ result.html.ep
    %layout 'default';
    ...
    <%= $c %>
    </pre>
    </div>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 04:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found