in reply to Implementing a command line

use Term::Complete

Replies are listed 'Best First'.
Re^2: Implementing a command line
by abubacker (Pilgrim) on Mar 17, 2010 at 07:17 UTC

    Thanks for your reply
    Before that I used Term::shellUI module and almost every thing is working as expected but the issue is when I pressed ctrl+c I want to print "Please use ctrl+d to exit the shell" , for that I handle the signal but the message print only after I pressed the new line
    how to resolve this !
    once again thanks in advance !