in reply to Re: Export variables from perl to a bat file
in thread Export variables from perl to a bat file

Thanks guys. I took the recommendations of both posts above, and got it working, only to realize that the system does not capture the output. I ended up going the route of a backtick operator which will allow me to capture the output.
  • Comment on Re^2: Export variables from perl to a bat file