Nothing much here apart from an update to the Demoroniser. Originally written by John Walker of AutoCAD fame, it is a tool for turning the garbage produced by Microsoft (spit, spit) products into HTML that almost conforms to the standards. Without it, your 'save as HTML' files are so far from conforming HTML that you'll look a right plonker if you ever make them publicly viewable and someone who doesn't use WinDoze or I.E. comes along to view it.
Anyway, enough ranting - here's version 2, which copes with most MS abominations older than about year 2000 (Anything newer is unrescuable).
#!perl
$,=' ';@r=map{($_+$n*($_&1?$_:$_+$n-1))/2}1..($n=pop);
eval'print"@r\n";@r=map{1+($_+$n-1)%($n*$n)}(pop@r,@r);'x$n
Cheers,
Phil