my $temp1 = $mech->find_all_links( text_regex => qr/Server-/i ); my @temp2 = shift $temp1; print "@temp2\n";