- or download this
<html>
...etc...
...
</pre>
...etc...
</html>
- or download this
<html>
...etc...
...
Line n<p>
...etc...
</html>
- or download this
perl -0 -pe '1 while (s/(<pre>\n.*?)\n(.*<\/pre>)/$1<p>$2/ms);s/<\/?pr
+e>//g' htmlfile
- or download this
<html>
...etc...
...
Line 1<p>Line 2<p>...etc...<p>Line n<p></pre>
...etc...
</html>
- or download this
perl -0 -pe '1 while (s/(<pre>\n.*?)\n(.*<\/pre>)/$1<p>\n$2/ms);s/<\/?
+pre>//g' htmlfile