in reply to Re^3: IPC::Run3 error
in thread IPC::Run3 error

Yeah, "hum." This is exactly what I was hoping to use run3 for, to run cmd.exe /u /c dir $filespec. It seems that, of the myriad ways that one might attempt to get a glob of Unicode filenames in Perl for Windows, approximately 0% of them work.

Replies are listed 'Best First'.
Re^5: IPC::Run3 error
by haukex (Archbishop) on Mar 09, 2022 at 05:33 UTC
    It seems that, of the myriad ways that one might attempt to get a glob of Unicode filenames in Perl for Windows, approximately 0% of them work.

    I gave you code that works fine for me here. As I've said twice before, if you show us specifically what is wrong, we'll likely be able to help you fix it.

Re^5: IPC::Run3 error
by ikegami (Patriarch) on Mar 09, 2022 at 18:00 UTC

      should make glob and readdir work.

      no...really? Imma fireup ma winxp tomorrow

        As per the linked article "As of Windows Version 1903 (May 2019 Update)". That would be Win10's May 2019 update. WinXP won't cut it.