HTMLファイルにいくつかのhtmlタグを保持する必要がありますが、他のすべてを消去します。
スクリプトのロジックは次のようになります。
- 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)
誰かが私を助けてくれませんか、これは私の非常に限られた perl スキルを超えています。