Help for this page

Select Code to Download


  1. or download this
     <hr><div >
        <h1>Dave</h1>
        <h2>PASS</h2>
    ...
    
        </table>
    </div>
    
  2. or download this
     use HTML::TokeParser;
    
    open($a, "samplehtml.txt") or die("cannot open infile:  $!");
    ...
            @body = grep /FAIL/, $text;
            print  @body, "\n";}
        }
    
  3. or download this
         Bryan
         FAIL
    
    ...
              Remarks:
    
      Bad Grade!
    
  4. or download this
         Bryan
         FAIL
    ...
         Remarks:
    
         Bad Grade!