in reply to Re: Output Format
in thread Output Format

Seconding this; throwing away all the markup then expecting to be able to reproduce layout (which normally would be derived from said markup) is (to put it bluntly) inane. All you could hope for from the undistinguished one long line mess is to throw it through something like Text::Wrap and hope. If you had the HTML still you could try something like pandoc and see what it can come up with.

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^3: Output Format
by perlmike (Novice) on Dec 12, 2022 at 22:38 UTC

    Thank you for your suggestions!