Help for this page

Select Code to Download


  1. or download this
    @parsedfile = split(/\<TABLE/,$file);
    
  2. or download this
    foreach $line (@parsedfile) {
      if ($line =~ /cellpadding\=2/) {
        do whatever
      }
    }