Help for this page

Select Code to Download


  1. or download this
    ( $result = $htmlline ) =~ s/<tag marker>(.+?)</td>/$1/;
    
  2. or download this
    ( ( $result = $htmlline ) =~ s/<tag marker>(.+?)</td>/$1/ ) =~ s/<br>/
    +/g;