in reply to Re: requiring perl modules
in thread requiring perl modules

It was my recollection that require expected (or at least allows) a posix-style pathname, e.g. require "$dir/$mod.pm". Could someone on VMS or a Mac try with catfile, with '/', and via eval "require $mod" and report which work (as well as what they put in %INC)? I would find it very helpful to know for sure.