in reply to how do I extarct text from web site
lynx -dump -nolist URL > mytextfilebut well, I'll do it like that (ala tom christiansen)
perl -MHTML::Parse -MLWP::Simple -MHTML::FormatText -e 'print HTML::Fo +rmatText->new->format(parse_html(get($ARGV[0])))' http://perlmonks.or +g >perlmonks.txt
|
|---|