in reply to
Getting Module Names Dynamically and using it
You can load modules, but because it is run-time and not compile time you should use
require
. You may want to read
What's-the-difference-between-require-and-use
.
Comment on
Re: Getting Module Names Dynamically and using it
Download
Code
In Section
Seekers of Perl Wisdom