Hi,
I need to implement something like Bash autocomplete in perl cosole application. I am not clear how to get the uncompleted command from the console.
Again after the autocomplete I need to restore the state of the application to take few parameters just like bash shell..
Any help on this is highly appreciated...