Help for this page

Select Code to Download


  1. or download this
    $mech->follow_link( text => "download", n => 3 )
    
  2. or download this
    $mech->get($_->url);
    
  3. or download this
    $mech->mirror($_->url_abs, "some_local_file_name");