Help for this page

Select Code to Download


  1. or download this
             elsif( ($tag eq "td")  )
             {
    ...
                 print "$text\n"
                 if($text =~ /\d{1,2}/);
             }
    
  2. or download this
    if($text =~ /nbsp/);