Help for this page
perl -wMstrict -E 'print for grep /adam/, <>' /usr/share/dict/words
use warnings; use strict; ... print $line; } }