in reply to Perl Modules
Add use strict; use warnings; to the top of your test code and then run it. It appears that you should be doing $myPage = HTML::pageParser->new($sysLoc); Your also printing $result which i don't see anywhere else in your program.
|
|---|