Help for this page

Select Code to Download


  1. or download this
    package HTML::pageParser;
    
    ...
    }
    
    1;  # so the require or use succeeds
    
  2. or download this
    # this is just a test file to see if my new module is functioning prop
    +erly
    use HTML::pageParser;
    ...
    $data = $myPage->loadAndParse("parseThis.txt");
    
    print $data