Re: HTML::Parse & strip the html

2002-06-25 Thread Felix Geerinckx
on Tue, 25 Jun 2002 06:18:34 GMT, [EMAIL PROTECTED] (Alan C.) wrote: > And there's plenty of html tables in the source code here which > all it has for output is a bunch of "TABLES NOT SHOWN" just like > that in caps. > > With this latter url, how do I make it just to strip the html so > that

HTML::Parse & strip the html

2002-06-24 Thread Alan C.
Hello, #!/perl/bin/perl -w # print ASCII from HTML from a URL use LWP::Simple; use HTML::Parse; use HTML::FormatText; my ($html, $ascii); $html = get("http://www.wrh.noaa.gov/cgi-bin/Sacramento/afd?SFOZFPSTO";); defined $html or