Help for this page

Select Code to Download


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