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

NAME

URI::Find::Schemeless::Stricter - Find schemeless URIs in arbitrary text.

SYNOPSIS

  require URI::Find::Schemeless::Stricter;

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

  The rest is the same as URI::Find::Schemeless.

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. It is slightly stricter than URI::Find::Schemeless, as it finds things like "www.foo.com" but not "lifes.a.bitch.if.you.aint.got.net"; it finds "1.2.3.4/foo" but not "1.2.3.4". This should mean your sectioned lists no longer get marked up as URLs...

SUPPORT

Beep... beep... this is a recorded announcement:

I've released this software because I find it useful, and I hope you might too. But I am a being of finite time and I'd like to spend more of it writing cool modules like this and less of it answering email, so please excuse me if the support isn't as great as you'd like.

Nevertheless, there is a general discussion list for users of all my modules, to be found at http://lists.netthink.co.uk/listinfo/module-mayhem

If you have a problem with this module, someone there will probably have it too.

AUTHOR

Simon Cozens, simon@kasei.com

Copyright, Kasei 2003.

LICENSE

GPL and Artistic.

SEE ALSO

URI::Find::Schemeless