# this works as a bash include
# caller will evaluate $?
#
perl -e '
  use lib shift();  # give include precedence to code directory, perl -I would not work!
  use MainLib::Path;
  if (! -x $CorePath{call}{PWMscanNt}) { exit 1 }
  ' -- "$dircode"
