in reply to Executing Windows commands using backtick

perl uses the ANSI version of system calls on win32, giving backticks utf might work if you use Win32::ShellQuote or it might not work well (i don't remember)

something from Win32::Unicode/Win32::Unicode::Native (systemW) might work a bit better, maybe combined with Capture::Tiny

  • Comment on Re: Executing Windows commands using backtick