Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
URI::Find::Schemeless - Find schemeless URIs in arbitrary text.
SYNOPSIS
require URI::Find::Schemeless;
my $finder = URI::Find::Schemeless->new(\&callback);
The rest is the same as URI::Find.
DESCRIPTION
URI::Find finds absolute URIs in plain text with some weak heuristics for finding schemeless URIs. This subclass is for finding things which might be URIs in free text. Things like "www.foo.com" and "lifes.a.bitch.if.you.aint.got.net".
The heuristics are such that it hopefully finds a minimum of false positives, but there's no easy way for it know if "COMMAND.COM" refers to a web site or a file.
AUTHOR
Original code by Roderick Schertler <roderick@argon.org>, adapted by Michael G Schwern <schwern@pobox.com>.
Currently maintained by Roderick Schertler <roderick@argon.org>.
SEE ALSO
L<URI::Find>