Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use Mojo::Base -strict;
    
    ...
    # Start commands for application
    require Mojolicious::Commands;
    Mojolicious::Commands->start_app('MyServer', 'daemon','-l','http://*:3
    +030');