in reply to Calling Subroutines From Another File: Path Problem
see Perl Modules to learn what modules are.
see use for the most common way to include them.
see @INC for how to setup the places where "use" constructs look for their library files.
Cheers Rolf
|
|---|