Help for this page
fgrep -w -f list.txt largefile.txt
my @list = <$list>; ... print grep (/^$test/,@large); }