About as close as you can get is via the Expect module. It provides ways to interact with interactive programs. https://metacpan.org/pod/Expect
There are other ways. One way is to use the POE module. But that is a much more complex approach. By the way, in my opinion this is not OT. :-) chris On Mon, Mar 27, 2017 at 8:04 AM, Luca Ferrari <[email protected]> wrote: > Hi all, > I've to run a very old application from the command line (unix), it > seems to me a ncurses application but I'm not sure that is the real > case (let's say it seems ncurses). > Anyway, I have to launch the application with a file name, do a couple > of menu interactions and exit, then do it again for a hundred or so > files. > Is there any kind of "app-mechanize" similar to www::mechanize? > > Thanks, > Luca > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > >
