in reply to Re^2: Re-dimensioning an HTML table with Perl ?
in thread Re-dimensioning an HTML table with Perl ?

So it turns out it isn't a table at all (because the rows and columns have no semantic meaning) but actually a grid (a 2D representation of a linear series). In which case you should use the same method with Perl as you would without Perl: a responsive layout with appropriate CSS.

  • Comment on Re^3: Re-dimensioning an HTML table with Perl ? Use CSS.