in reply to Perl Modules Scope ?

In your login.cgi module, you have (code tags and line returns added):
use strict; required 'lib.cgi'; print $config::abcd; # ...
Is the second line above ("required ...") really what you have, or is this an error when copying your code?