zli034 has asked for the wisdom of the Perl Monks concerning the following question:
I want to drop dead.
When I include the line: use HTML::TokeParser; The PC shows me "perl interpreter encountered error" window, then end of the code of perl.
I then tried use ppm install the html::tokeparser. There is no such module in the ppm list.
I looked in to perl/lib/html directory. Tokerparser was there with some other modules. Then I tried to include the Html::Element into code only, same error. I also can't see the html::element module in ppm list
The problem is if there is no such html::tokeparser in my perl, I should get the "can't locate ...@INC" error. Not the perl interpreter error. And If there is a such Html::tokeparser module, I should be able to see it on my ppm list and install or update of it.
I use ActivePerl 5.88. I also tried reinstall perl, didn't work.
Please help me
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Cannot use HTML::TokeParser
by bart (Canon) on Sep 01, 2007 at 10:54 UTC | |
|
Re: Cannot use HTML::TokeParser
by initself (Monk) on Sep 01, 2007 at 10:15 UTC | |
by zli034 (Monk) on Sep 01, 2007 at 14:15 UTC | |
by syphilis (Archbishop) on Sep 02, 2007 at 02:42 UTC | |
|
Re: Cannot use HTML::TokeParser
by andreas1234567 (Vicar) on Sep 01, 2007 at 10:47 UTC | |
|
Re: Cannot use HTML::TokeParser
by f00li5h (Chaplain) on Sep 01, 2007 at 13:17 UTC |