in reply to Re: How can I download HTML and save it as txt?
in thread How can I download HTML and save it as txt?

This would be nicer, IMHO:

perl -MLWP::Simple -e"getstore('http://myfoo.com', 'myfile.txt')"

Not sure what the tassex really wants though. Do you (tassex) want to store the HTML in a .txt file (like above), or do you want to strip the HTML and save the text?

--
b10m

All code is usually tested, but rarely trusted.