Help for this page
$ perl -n -e 'print if $_ eq "PEAR\n"' infile > outfile
$ perl -n -e 'print if /^PEAR$/' infile > outfile