Help for this page
shell prompt$ sed -e 's/<br>/\ > /g' < file.txt > file.out
s/<br>/\ /g
while (<REQUESTS>) { s/<br>/\n/g; s/\'/'/g; print MAIL; }