liburi-find-simple-perl

Simple interface to uri::find
  https://metacpan.org/release/URI-Find-Simple
  0
  no reviews



Uri::find is all very well, but sometimes you just want a list of the links in a given piece of text, or you want to change all the urls in some text somehow, and don't want to mess with callback interfaces.

uri::find::simple uses uri::find, but hides the callback interface, providing two functions - one to list all the uris, and one to change all the uris.