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

Text::Scraper is a fast, efficient and convenient alternative 
to using plain regular expressions to extract structured data 
from webpages and other text sources.

See POD for details.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

On windows the above may not work. Text-Scraper is a 
pure perl module, so you can simply copy Scraper.pm to 

    C:\<YOUR_PERL_SITE_LIB>\Text\Scraper.pm

DEPENDENCIES

none

COPYRIGHT AND LICENCE

Copyright (C) 2005 by Chris McEwan <mcewan@cpan.org>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.