Hello.
I'm using this script below to grab single pages from a site. I then
parse the file, stripping the HTML, leaving plain text, which writes
to that file.
use strict; use HTML::Stripper; use LWP::Simple qw( get ); my
$stripper = HTML::Stripper->new(skip_cdata => 1, strip_ws => 0
On Jun 21, 4:34 am, [EMAIL PROTECTED] (Gowthamgowtham) wrote:
> > How would I implement this example to parse an HTML file? I know I'm
> > missing something because I don't see a place in the module, or
> > whatever this is, for the HTML file to be referenced. Just assume I
> > know very little.
>
How would I implement this example to parse an HTML file? I know I'm
missing something because I don't see a place in the module, or
whatever this is, for the HTML file to be referenced. Just assume I
know very little.
package CommentStripper;
require HTML::Filter;
@ISA=qw(HTML::Filter);
sub
I'm using lwp-download from the comand line to download a PDF file
from a site, and I'm receiving an error: Use of
"uninitialized value at C:\Perl\bin/lwp-download line 171."
I also receive the same message when I'm downloading a gif or jpg
Thanks,
--
To unsubscribe, e-mail: [EMAIL PROTECTED]