in reply to Re^2: What is easiest config file parser?
in thread What is easiest config file parser?

If you run the program in the directory it lives, then the program should be able to find the configuration file by relative path. Otherwise, there is no surprise that configuration file cannot be found; you may want to look in FindBin.
  • Comment on Re^3: What is easiest config file parser?