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


in reply to Re: Echoless terminal state after exiting Tk/Term::ReadLine event loop (Solved!)
in thread Echoless terminal state after exiting Tk/Term::ReadLine event loop (Solved!)

Thanks. I have Tk and Term::ReadLine playing well together using the same basic code as this example.

In the same project, I also have a use case where Tk is not running. I am using Event.pm there. From the link you provided, I see that event loops can live together. I'm also curious if I can simplify my code by using AnyEvent to provide the same interface, regardless of the underlying event loop.