in reply to
How do I include a file?
A ex-C programmer who doesn't want to create
EXPORT
lists might like the following variant:
BEGIN { require "filename"; }
- Include at compile time (you'll have to handle exporting task)
Comment on
Re: How do I include a file?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom