#usage: ./getfone.pl output use strict; open(NL, "namelist.txt) || die $!; open(PB, "phonebook.txt") || die $!; open(OUT,">$ARGV[0].txt") || die $!;