Thanks Tim,
    This information is right on point. I am currently having problems with
io::tty. I is giving me the same error as the error I received a long time
ago: language option compiler not present of something of the sort. What am
I doing wrong. Please help.

James Drane


----- Original Message -----
From: "Timothy Kimball" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 1:03 PM
Subject: Re: HTML::Parser


>
> Jim J Wigginton wrote:
> : I'm trying to run a script which uses the HTML-Parser-3.25 scripts, and
> : every time, I get this error:
> : Can't locate loadable object for module HTML::Parser in @INC.
> : The file Parser.pm is in the @INC directory, and the lib directory
within
> : the tar file is in the @INC directory, also.
> : So...  Can anyone help fix this?
>
> HTML::Parser is partially written in C, so it has to be compiled.
> Just moving Parser.pm into @INC won't do it. To compile:
>
> perl Makefile.PL prefix=/my/own/lib/area/
> make
> make test
> make install
>
> (Use the "prefix=..." to point to your own Perl library installation
> directory, if you can't write to the systemwide library directory.
> This install sequence is for Unix; I'm blissfuly ignorant of Windows. ;)
>
> -- tdk

Reply via email to