LS wrote:

> I know this is not how CPAN says to install modules. But I have
> installed some when I was using a shared server, and was installing them
> this way on my own web space, and it worked fine. I don't think that the
> approach I took to install is the cause of my problems, but I am no
> expert.

Then I would suggest you install the modules using the suggested
technique:

   perl Makefile.PL
   make
   make test
   make install


> at the user account shell I do not see the directory "LWP", and "MIME" that
> I created. Perl still complains about "Simple.pm" not found in @INC when I
> try to run my script.
 
Can you reproduce the *exact* error message you get from perl, in its
entirety pls.


-rickw



-- 
_____________________________________________
Rick Welykochy || Praxis Services Pty Limited

*Innovation makes enemies of all those who prospered under the old
regime...*, Niccolo Machiavelli, The Prince
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to