in reply to Re: Re: CGI script organisation
in thread CGI script organisation

use lib qw(../some_directory);

works fine for me.

anders pearson