Implementing a command line in perl

Posted by abubacker on Stack Overflow See other posts from Stack Overflow or by abubacker
Published on 2010-03-17T07:20:05Z Indexed on 2010/03/17 7:21 UTC
Read the original article Hit count: 250

Filed under:
|

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 !

Thanks in advance !

© Stack Overflow or respective owner

Related posts about perl

Related posts about terminal