in reply to Re: Problems using Tk::ExecuteCommand on windows (win32 win64)
in thread Problems using Tk::ExecuteCommand

I was wondering what "unixisms" you refered to and found in Tk::ExecuteCommand's source code this: open $h, $self->{-command} . ' 2>&1 |'; . Does anyone know if that's valid in win?

Replies are listed 'Best First'.
Re^3: Problems using Tk::ExecuteCommand on windows (win32 win64)
by LanX (Saint) on Jul 08, 2021 at 12:39 UTC

      So that's portable then for win.

      P.S. is CMD.EXE Perl's SHELL for windows?

        > P.S. is CMD.EXE Perl's SHELL for windows

        Kind of. A bundle of console/terminal to have a CLI to run DOS and bat "batch" commands.

        Don't nail me on this, it's not easy to compare terminologies here.

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        Wikisyntax for the Monastery

Re^3: Problems using Tk::ExecuteCommand on windows (win32 win64)
by Anonymous Monk on Jul 09, 2021 at 03:41 UTC

    Do you have windows? Get windows and try stuff

    for me, the OPs program doesn't trigger the -tk -option -error -reported

    Tk::ExecuteCommand however does not work

    Can't stat /dev: No such file or directory at ... Proc/ProcessTable.pm

    Tk fileevent doesn't work on windows

      Do you have windows? Get windows and try stuff 

      nah, i prefer serenity and calmness. But the tests' results for this module stopped reporting anything mswin since a long time so you have a point.