my @profiles = $mech->find_all_links( text_regex => qr/^d{9}$/ ); #### foreach my $parse ( map { $_->url() } @profiles) {