ZartroidZ has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Again with the HTML::Parser and Clone
by shotgunefx (Parson) on Oct 04, 2002 at 19:17 UTC
    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."
A reply falls below the community's threshold of quality. You may see it by logging in.