Help for this page

Select Code to Download


  1. or download this
    my @website_links = $webcrawler->links;
    
  2. or download this
    my @website_links = map { $_->[0] } $webcrawler->links;