in reply to Calling Subroutines From Another File: Path Problem

From your description it's not clear how you include your .pm file...

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

  • Comment on Re: Calling Subroutines From Another File: Path Problem