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>";