Help for this page

Select Code to Download


  1. or download this
     m{<td[^>]*>\s*(.+?)\s*</td>\s*<td[^>]*>\s*(.+?)\s*</td>\s*
    <td[^>]*>\s*(.+?)\s*</td>\s*<td[^>]*>\s*(.+?)\s*</td>\s*
    <td[^>]*>\s*(.+?)\s*</td>\s*<td[^>]*>\s*(.+?)\s*</td>\s*
    <td[^>]*>\s*(.+?)\s*</td>\s*<td[^>]*>\s*(.+?)\s*</td>\s*
    <td[^>]*>\s*(.+?)\s*</td>\s*<td[^>]*>\s*(.+?)\s*</td>\s*
    <td[^>]*>\s*(.+?)\s*</td>\s*}is;
    
  2. or download this
    my $text = "...";
    my $cell = qr{ <td[^>]*> \s* (.+?) \s* </td> \s* }isx;
    ...
        $cell $cell 
    /x;