in reply to Re^2: Issue with env variables set through dos batch
in thread Issue with env variables set through dos batch

If that's the case, then why don't the env vars persist?

  • Comment on Re^3: Issue with env variables set through dos batch

Replies are listed 'Best First'.
Re^4: Issue with env variables set through dos batch
by ikegami (Patriarch) on Oct 13, 2011 at 17:12 UTC

    The parent is perl, which can't execute batch files, so a cmd is indeed launched here.

    I wasn't so much correcting you as explaining that the behaviour is different than explained when the batch file is run from the prompt.