Help for this page

Select Code to Download


  1. or download this
    Wrap each URI found in an HTML anchor. 
    
    ...
                                  });
      $finder->find(\$text);
    
  2. or download this
    use CGI qw(escapeHTML);
      my $finder = URI::Find->new(
    ...
                                      return qq|<a href="$uri">$orig_uri</
    +a>|;
                                  });
      $finder->find(\$text);