Help for this page
A) echo 'blah;hi;blah;' |perl -e 'while(<>) { print "$_\n"; }' vs. B) echo 'blah;hi;blah;' |perl -e '$/=";";while(<>) { print "$_\n"; }'