Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Change URIs in Text to HTML-Links

by strat (Canon)
on Nov 07, 2002 at 11:41 UTC ( [id://211046]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use strict;
    ...
    # lets have a look at the result
    print "$howManyFound URIs found\n";
    print "$text\n";
    
  2. or download this
    use URI::Find; # instead of URI::Find::Schemeless
    ...
    ...
      );
    
    ...
    
  3. or download this
    BEGIN {
      use FindBin qw($Bin);
      use lib "$Bin/lib";
    }
    use URI::Find::Schemeless;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perltutorial [id://211046]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-29 11:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found