my ($mnum,$mname) = split(/ /,$mdata,2); next unless $mnum == $linenumber_to_search_for; print "$mname"; last;