The editing dept does a Save As...*.html on all the MS-Word files we
publish. However, in the process, each line in the new HTML file now ends
with a paragraph mark. So, I am trying to write a script that deletes HTML
tags over new lines (which I got to work), but also over paragraph marks.
Wha
I am trying to print lines from an HTML page that have a certain
date(today). The following works:
lynx -dump http://www.tbri.com/News/pgPubCal.asp | grep "Sep 11"
I have tried this in two perl scripts, and nothing is returned. The date is
being parsed correctly, I believe, I was wondering if