my $myPage = HTML::pageParser->new($sysLoc);
$myPage->{tokens}{fName} = "Brandon"; #definite problem here, dunno how to format this
$myPage->{tokens}{lName} = "Smith"; #definite problem here, dunno how to format this
$data = $myPage->loadAndParse("parseThis.txt");