http://www.perlmonks.org?node_id=894817


in reply to set up mingw-dmake environment

So far I'm unaware that Expect works on Windows at all. Also, IO::Pty is unlikely to work on Windows, as Windows has a different concept of "consoles" than Unixish OSes have.

Replies are listed 'Best First'.
Re^2: set up mingw-dmake environment
by AlexTape (Monk) on Mar 22, 2011 at 14:26 UTC
    good to know ;-)

    is there any other way to do the same as expect does on a windows platform?

    $perlig =~ s/pec/cep/g if 'errors expected';