Help for this page

Select Code to Download


  1. or download this
    $_ =~
    http://www.google.com
    ...
    
    s#^(http://\S+)#<a href="$1">$1</a>#gmsi;
    print;