http://qs321.pair.com?node_id=285185


in reply to Re: Re: Re: Re: Error::Simple
in thread use Error::Simple - can't be found in @INC

Try adding
use lib '/home/YOURNAME/Perl';
to the top of your script.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Error::Simple
by hotshot (Prior) on Aug 20, 2003 at 13:47 UTC
    It didn't help, but thatnks anyway.

    Hotshot