The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

html2txt - Convert html to text

DESCRIPTION

Argument is a url or html file, spits simple text to stdout.

USAGE

html2text [OPTION].. [URL|PATH|HTML]..

OPTIONS

   -h       help
   -d       debug
   -v       version

USAGE EXAMPLES

   html2text http://news.bbc.co.uk
   html2text ./file.html
   html2text http://news.bbc.co.uk ./file.html

Save to a file?

   html2text ./filewithhtml.txt > out.txt

SEE ALSO

LEOCHARRE::HTML::Text parent package, full API.