Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

a installer problem. I have a installer in .bin format. Ex: ./abc.bin when we run the above command in a linux machine, it asks for path to install, db connection etc etc. This is an interactive menu where i need to type on the keyboard to pass the text. How can use perl to automate this

Replies are listed 'Best First'.
Re: Interactive menu
by ww (Archbishop) on Apr 30, 2010 at 10:52 UTC
Re: Interactive menu
by samarzone (Pilgrim) on Apr 30, 2010 at 10:48 UTC