Thanks for all the posts.
For the project I work on many of our Modules derive from a common
Root module which contains the following dynamic_use call which is
exactly the same as a use line - but does not fail fatally if the
module isn't there - it also nicely means that the code isn't
loaded up front (as if all blocks of
Arshavir Grigorian wrote:
I am wondering if anyone has experience with a framework for
dynamically loading certain modules into an application and executing
certain code based on whether a certain module is loaded (available or
not). By "dynamically", I do not mean loading run-time, only being
a
Arshavir Grigorian wrote:
Hi,
I am wondering if anyone has experience with a framework for
dynamically loading certain modules into an application and executing
certain code based on whether a certain module is loaded (available or
not). By "dynamically", I do not mean loading run-time, only bei
Arshavir Grigorian wrote:
> Hi,
>
> I am wondering if anyone has experience with a framework for
> dynamically loading certain modules into an application and executing
> certain code based on whether a certain module is loaded (available or
> not). By "dynamically", I do not mean loading run-time