in reply to Using AnyEvent to control an interactive program

Seems like you want Expect.pm

  • Comment on Re: Using AnyEvent to control an interactive program

Replies are listed 'Best First'.
Re^2: Using AnyEvent to control an interactive program
by Darth Ed (Beadle) on Oct 04, 2016 at 17:42 UTC
    I guess what I want is AnyEvent::Expect, an Expect implementation based on AnyEvent, but no such module exists, unfortunately.

      So just grab AnyEvent and Expect.pm and a really big vise and squeeze them together :)