in reply to Compiler Error I dont understand (use)

Check the permission on /home/baz/public_html (and <code>/home/baz/public_html/Image) to ensure that whatever user the Web server is running as (e.g., 'nobody') can read those directories. Perl will skip over a 'use lib' directory if it can't read it. That's consistent with the error you're seeing.

Replies are listed 'Best First'.
Re: Re: Compiler Error I dont understand (use)
by Baz (Friar) on Jul 20, 2002 at 17:08 UTC
    Cool, thanks dws...the Image dir was the problem.