#help! sub getClients{ foreach(@file){ next if m/(^#|^$)/; my ($cltnbr, $cltname) = split (' ', $_); print "$cltname"; } }