in reply to Re: Calling subroutine in a package from other perl sub.
in thread Calling subroutine in a package from other perl sub.

and if you use do rather than require, you don't even need the first file to return true.

But I agree with zzSPECTREz, it's probably best to make it a module and import whatever you need.

  • Comment on Re: Re: Calling subroutine in a package from other perl sub.