Help for this page
perl -lne 'print if /pattern/' filename
grep 'pattern' filename
use strict; use warnings; ... print "$line\n"; } }