Help for this page

Select Code to Download


  1. or download this
    use Mojo::UserAgent;
    use Mojo::IOLoop;
    ...
                foreach @tx;
        }   
    )->wait;
    
  2. or download this
        'http://perlmonks.org' => '<!DOCTYPE HTML PUBLIC .......',
        'http://example.com' => '<!doctype html> .......',
    
  3. or download this
    use Mojo::UserAgent;
    use Mojo::IOLoop;
    ...
    } ) foreach @url;
    
    Mojo::IOLoop->start unless Mojo::IOLoop->is_running;