Implementing a command line in perl
- by abubacker
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 !