I think all files & directories are now in place with the correct permissions. In Perl script, I am putting the two lines
use lib qw(mylib);
use CGI ':standard',':html3',':netscape';
in place of former single line
use CGI ':standard',':html3',':netscape';
Is that correct?
Thanks again if you are still there.
Tom