Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my ($wanted) = $string =~ /(<tr>.*<\/tr>)/s;
    
    print "$wanted\n";
    
  2. or download this
    <tr>
      <td>1</td>
    ...
      <td>3</td>
      <td>4</td>
    </tr>