F
Franklin Lee
Hi ALl,
I have two different libs:
/opt/myapp/lib1/utils.pm
/opt/myapp/lib2/utils.pm
In the main program, I will get parameter, for example, $lib.
If $lib eq lib1, then I want to use /opt/myapp/lib1/utils.pm
If $lib eq lib2, then I want to use /opt/myapp/lib2/utils.pm
How can I design my program?
Thank you!
Franklin
I have two different libs:
/opt/myapp/lib1/utils.pm
/opt/myapp/lib2/utils.pm
In the main program, I will get parameter, for example, $lib.
If $lib eq lib1, then I want to use /opt/myapp/lib1/utils.pm
If $lib eq lib2, then I want to use /opt/myapp/lib2/utils.pm
How can I design my program?
Thank you!
Franklin