in reply to How do I include a file?

also remember to add a 1; at the end of the included file so that the Perl compiler doesn't complain that it doesn't return a value.
# included file # code here 1;