Help for this page

Select Code to Download


  1. or download this
        $Txt =~ s!(<table.*?>)(.*|\n)?(</table>)!
                   my $TD = $2; my $first = $1; my $last = $3;
                   unless ($TD =~ /id="CODE"/) {
                      $TD =~ s#<br>#\n#isg;
                   } "$first$TD$last"!eisg;
    
  2. or download this
    <table>
    <tr><td>First Table</td</tr>
    ...
    <table>
    <tr><td>Third Table</td</tr>
    </table>