http://www.perlmonks.org?node_id=1018346


in reply to [SOLVED] How to get text from site?

If you want the text to be at least roughly formatted, you can use the '-dump' option of a text-only browser:

print qx{elinks -dump http://www.perl.org};