Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
            $data =~ s/($_)/<a href="$url">$1<\/a>/g;
    }
    # now do something with $data
    
  2. or download this
        $data =~ s/\[($_)]<a href="$url">$1<\/a>/g;