Hello friends,
I have a small doubt that when we want to take a value from keyboard we use STDIN in perl. When we use that word the control will waits to take input and after giving the input we have to press enter at the end of input. Then only it consider the input or stores the value in some variable.
But what my context is, after giving input we don't want to press enter i.e after giving the input it do the next action no pressing of enter.
Can anybody solve this problem?
I have a small doubt that when we want to take a value from keyboard we use STDIN in perl. When we use that word the control will waits to take input and after giving the input we have to press enter at the end of input. Then only it consider the input or stores the value in some variable.
But what my context is, after giving input we don't want to press enter i.e after giving the input it do the next action no pressing of enter.
Can anybody solve this problem?
Comment