Help for this page

Select Code to Download


  1. or download this
    my @links = map {$_->text} grep {$_->text =~ m/^\d+$/}
    $mech->find_all_links();
    
  2. or download this
    my @links = map {$_->text} grep {$_->text =~ m/^\d+$/} $mech->find_all
    +_links();