in reply to
Using 'Require' to Generate Content
Make sure there is a
return 1;
at the end of each of the files you are requiring. The file must be returned as true when the script goes to require it, or it will fail.
Comment on
Re: Using 'Require' to Generate Content
Download
Code
In Section
Seekers of Perl Wisdom