Help for this page

Select Code to Download


  1. or download this
    <a href="/planes-desktop-wallpapers/page/8">8</a>
    <a href="/planes-desktop-wallpapers/page/9">9</a>
    <a href="/planes-desktop-wallpapers/page/10">10</a>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    use warnings;
    ...
    my @links = map {$_->text} grep {$_->text =~ m/\d+/}
    $mech->find_all_links();
    print max @links;