Help for this page

Select Code to Download


  1. or download this
    
    @links = $mech->links;
    ...
      print $_->url(), "\n";
    }
    
  2. or download this
    
    @links = $mech->links;
    ...
      print "Would get --> $_->url()\n";
    }