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