Help for this page

Select Code to Download


  1. or download this
    ($result = $htmlline)  =~ s/<tag marker>(.+?)</td>/$1/;
    $result =~ s/<br(?:\s\/)?>/\n/g;
    
  2. or download this
    ( $result = $htmlline ) =~ s/{<tag marker>(.+?)</td>}{join("\n", split
    +(/<br(?:\s/?)?>/, $1))}eg;