It sounds like you're asking how to use two different modules. That's as simple as using two use statements. e.g.
use strict; use warnings; use Newmodule; use Othermodule;
In reply to Re^3: calling a perl file from a perl script
by spivey49
in thread calling a perl file from a perl script
by hodashirzad
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |