in reply to Re: Re: Re: Re: Local Module Usage
in thread Local Module Usage

I would actually recommend using:

use FindBin; use lib "$FindBin::Bin/modules";
As you will find that some systems don't give you the current directory you thought you had.

/J\