I would need to preserve couple of html tags in html file, but erase all the others.
The logic of the script would be:
- if there is <li> or <ul> on the line, do nothing (=write same line to output)
- otherwise if there is html tag, remove it (=just write the content)
Could someone please help me, this goes over my very limited perl skills.