in reply to Require files

any included modules ( via require or use need to return a true value. normally, this is achieved by ending a module with:
## penultimate line 1;
so i would check header.cgi to see if it returns that value.

the same applies to all other required code.