I'm staring down the abyss of something that I would rather not do manually.
So it occurred to me that Perl is probably just the sort of thing for such a random requirement.
What I need to do is "re-dimension" (what is the correct word ?) an HTML table.
The table is currently 5x12, and I want to turn it into, say, 7x9.
The thought of lifting and shifting dozens of cells by hand is filling me with dread !
I've no ideas where to start in terms of automating this, let alone how to code it (I've only recently joined the long road to Perl wisdom !).