Help for this page

Select Code to Download


  1. or download this
    # this file reads a text file and loads the contents into
    # an array
    ...
    
        return($body);
    }
    
  2. or download this
    my $myPage = HTML::pageParser->new($sysLoc);
    
    $myPage->{tokens}{fName} = "Brandon"; #definite problem here, dunno ho
    +w to format this
    $myPage->{tokens}{lName} = "Smith";   #definite problem here, dunno ho
    +w to format this
    $data = $myPage->loadAndParse("parseThis.txt");