in reply to How do you pass arguments from Perl to Powershell?

$^X is perl
  • Comment on Re: How do you pass arguments from Perl to Powershell?

Replies are listed 'Best First'.
Re^2: How do you pass arguments from Perl to Powershell?
by StangMan71 (Initiate) on Nov 18, 2011 at 16:49 UTC

    I've seen other examples for Win32::Process::Create commands. However, I admit that I don't understand the purpose of $^X. What is it doing exactly?