in reply to Re^6: pp macOS external file
in thread pp macOS external file

Maybe use File::UserConfig ? It combines File::HomeDir and File::ShareDir , so maybe
use if $ENV{PAR_PROGNAME}, File::ShareDir::PAR => 'global'; use File::UserConfig; my $configdir = File::UserConfig->configdir; ...