# this is just a test file to see if my new module is functioning properly use HTML::pageParser; use warnings; #we need to make sure that we enter the path to our active directory here $sysLoc = "E:\\webs\\test\\brandon\\"; #print "Content-Type: text/html\n\n"; # here are just some test tokens to make sure that this works $myPage = pageParser->new($sysLoc); my $myPage->{$tokens{fName}} = "Brandon"; #definite problem here, dunno how to format this my $myPage->{$tokens{lName}} = "Smith"; #definite problem here, dunno how to format this $data = $myPage->loadAndParse("parseThis.txt"); print $data