Help for this page

Select Code to Download


  1. or download this
    my @profiles = $mech->find_all_links( text_regex => qr/^d{9}$/ );
    
  2. or download this
    foreach my $parse ( map { $_->url() } @profiles) {