Index: perlfaq9.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq9.pod,v retrieving revision 1.11 diff -u -d -r1.11 perlfaq9.pod --- perlfaq9.pod 8 Jul 2002 03:42:27 -0000 1.11 +++ perlfaq9.pod 13 Aug 2002 14:11:08 -0000 @@ -156,6 +156,8 @@ C<HTML::SimpleLinkExtor> as an example for something specifically suited to your needs. +You can use URI::Find to extract URLs from an arbitrary text document. + Less complete solutions involving regular expressions can save you a lot of processing time if you know that the input is simple. One solution from Tom Christiansen runs 100 times faster than most
