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;
[download]
Comment on
Re: How do I include a file?
Download
Code
In Section
Seekers of Perl Wisdom