search.bat: find, write to a file, highlight the found text

2008-06-26 Thread bdy120602
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

Re: How do I implement this?

2008-06-25 Thread bdy120602
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 do I implement this?

2008-06-20 Thread bdy120602
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

Use of uninitialized value at C:\Perl\bin/lwp-download line 171

2008-06-11 Thread bdy120602
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]