Help for this page

Select Code to Download


  1. or download this
    use Mojo::Base -strict, -signatures;
    use Mojo::UserAgent;
    ...
    });
    
    Mojo::IOLoop->start unless Mojo::IOLoop->is_running;
    
  2. or download this
    use Mojo::Base -strict, -signatures;
    use Mojo::UserAgent;
    ...
    });
    
    Mojo::IOLoop->start unless Mojo::IOLoop->is_running;