Um, I'm confused. Does this apply to other calls to 'use'? I have a cgi script with 3 modules; I only 'use' the modules once in the perl script, and then the modules can all interact with eachother without having to 'use' eachother individually. Why doesn't this work with 'use strict'?