Is there any simple way to do this? I have several cgi scripts that use a common set of modules, plus several of the same variables and subroutines. It'd be much easier to put this in a seperate file, instead of having several copies of the same code. I don't want to write a module, and I've been trying to use require(), but dealing with the different namespaces is giving me a headache, especially trying to share the object for CGI.pm. Am I missing some good reason why there isn't a simple include() function in Perl?