Help for this page

Select Code to Download


  1. or download this
    $$mhash{entries}{$msg}{text} =~ s!http://(.+?)(\s|$)!"\[<a href=\"http
    +://$1\">Link</a>\]"!ge;
    
  2. or download this
    my $string = $$mhash{entries}{$msg}{text};
    $string =~ s!http://(.+?)(\s|$)!"\[<a href=\"http://$1\">Link</a>\]"!g
    +e;