Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Adding href where needed.

by moen (Hermit)
on Oct 31, 2000 at 05:29 UTC ( [id://39226]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use URI::Heuristic qw(uf_uristr);
    my $url = uf_uristr("www.perlmonks.com");
    print "<a href=$url>$url</a>\n";
    
  2. or download this
    #!/usr/bin/perl
    use URI::Heuristic qw(uf_uristr);
    ...
    }
    
    print "<a href=$url>$url</a>";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (1)
As of 2024-04-24 14:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found