in reply to How do I include a file and execute the code in the file?

Umm... why would you need to include the file twice? If you don't like require complaining, you can store the files you've already included in a hash, then include files only if they are not already in the hash...
  • Comment on Re: How do I include a file and execute the code in the file?