in reply to Re: getopt::std to pass arguments to command line help
in thread getopt::std to pass arguments to command line help

That makes sense. I see how that works better, thank you. The log file is created if it doesn't exist, however is there a way to specify permissions when the file is being created? Example, what if I wanted to the file to have 755 perms? I know it's not recommended, but for the sake of the question, what would you recommend?
  • Comment on Re^2: getopt::std to pass arguments to command line help

Replies are listed 'Best First'.
Re^3: getopt::std to pass arguments to command line help
by Anonymous Monk on Jan 20, 2015 at 18:09 UTC
      Thank you for your suggestion. I will look into that as well.