Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use utf8;
    ...
                });
        })
        ->start;
    
  2. or download this
    #!/usr/bin/env perl
    use 5.10.2;
    ...
    });
    
    Mojo::IOLoop->start unless Mojo::IOLoop->is_running;