⭐
in reply to
How do I include a file?
Use :
use
- Include at compile time (uses export mechianism)
require
- Include at execution time (you'll have to handle exporting task)
do
- Execute some code at execution time
Comment on
Re: How do I include a file?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom