NAME
         URI::Find - Find URIs in arbitrary text

SYNOPSIS
         require URI::Find;

         my $finder = URI::Find->new(\&callback);

         $how_many_found = $finder->find(\$text);

DESCRIPTION
       This module does one thing: Finds URIs and URLs in plain
       text.  It finds them quickly and it finds them all (or
       what URI::URL considers a URI to be.)

AUTHOR
       Michael G Schwern <schwern@pobox.com> with insight from
       Uri Gutman and Jeff Pinyan.

       Currently maintained by Roderick Schertler <roderick@argon.org>.


See the INSTALL document for more details.


Copyright (c) 2000 Michael G. Schwern.  All rights reserved.  This
program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.


$Id: README,v 1.5 2004/10/09 12:20:04 roderick Exp $