I've created a new module to use with my driver program but the driver program is already using subroutines from another module (not created by me) that I'd like to also use. How to do include the subroutines from both modules? I tried something like below but that only includes the functions from the first module.
use lib "$codes_dir"; require ($codes_dir . "/perl_libs/perl_db_interface.pl"); use lib "$runner_lib"; require ($runner_lib . "/runner_libs/CodesModule.pm");
In reply to Using Multiple Modules by hmeharward
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |