Help for this page
#!/usr/bin/perl ... my @firstofeachname = uniq_by { (split)[0] } <$fh>; print @firstofeachname;
nick 5 john 78 erik 9