in reply to Re^3: Module to extract text from HTML
in thread Module to extract text from HTML

my $text = `lynx -nolist -dump 'https://www.perlmonks.org/?node_id=11157915'` :)

Replies are listed 'Best First'.
Re^5: Module to extract text from HTML
by marto (Cardinal) on Feb 29, 2024 at 15:51 UTC

    That's far too Effient. The purpose of such a challenge is to deliberately make it convoluted. Think Rube_Goldberg_machine. In real terms, not everyone has lynx, not everyone can install it on their web host.

    Update: added link.