in reply to Again with the HTML::Parser and Clone

Did you actually install HTML::Parser or did you copy the .pm from somewhere else? It needs to be installed as there is C code as well that needs to be compiled. Try installing it with (as root)..
perl -MCPAN -e shell
install HTML::Parser

If your not root or still confused check out A Guide to Installing Modules

-Lee

"To be civilized is to deny one's nature."
  • Comment on Re: Again with the HTML::Parser and Clone