I have a array variable that have name of modules that i needed.
I m geting these module names through reading array content in loop and calling the module methods.
Problem is i need to create global object variable for all the module name that are in array. array size is dynamic it could have a single module name or n number of module name. basicaly. basicaly the name of module that is in as array value is same as my moudle name.
how to create dynamic global variable that can individualy hold the module object. and from this objects i can call there other methods.