
yim11
Novice
Jul 30, 2000, 3:44 PM
Post #1 of 1
(234 views)
|
|
Help understanding error messages
|
Can't Post
|
|
Hello, I am working with a script [on a WIn98 machine]that generates the following 2 errors when run: -----Begin Error 1------ [Sun Jul 30 18:36:29 2000] RSS.pm: [Sun Jul 30 18:36:29 2000] RSS.pm: [Sun Jul 30 18:36:29 2000] Parser.pm: [Sun Jul 30 18:36:29 2000] Parser.pm: Can't lo cate loadable object for module HTML::Parser in @INC (@INC contains: C:/perdir/p erl/lib C:/perldir/perl/site/lib .) at C:/perldir/perl/lib/XML/RSS.pm line 10 [Sun Jul 30 18:36:29 2000] RSS.pm: [Sun Jul 30 18:36:29 2000] RSS.pm: BEGIN fail ed--compilation aborted at C:/perldir/perl/lib/XML/RSS.pm line 10. BEGIN failed--compilation aborted at myprogramd.pl line 444. ------End Error 1---------- and ------Begin Error 2-------- [Sun Jul 30 18:36:29 2000] myprogramd.pl: [Sun Jul 30 18:36:29 2000] RSS.pm: [Sun Jul 30 18:36:29 2000] RSS.pm: [Sun Jul 30 18:36:29 2000] Parser.pm: [Sun Jul 30 18:36:29 2000] Parser.pm: Can't locate loadable object for module HTML::Parser i n @INC (@INC contains: C:/perdir/perl/lib C:/perldir/perl/site/lib .) at C:/perldir/perl/lib/XML/RSS.pm line 10 [Sun Jul 30 18:36:29 2000] myprogramd.pl: [Sun Jul 30 18:36:29 2000] RSS.pm: [Sun Jul 30 18:36:29 2000] RSS.pm: BEGIN failed--compilation aborted at C:/perl/per l/lib/XML/RSS.pm line 10. [Sun Jul 30 18:36:29 2000] myprogramd.pl: BEGIN failed--compilation aborted at myprogramd.pl line 444. -----End Error 2----------- I have the 'Html' subdirectory from the "HTML-Parser-3.07" directory (installed via CPAN)in both of the directories stated in the @INC. I'm just not exactly sure what the script wants and where it expects to find it. TIA for any help! -Jim
|