M
m_simin
Guest
On one line i have $c = <STDIN>;
I also have $SIG{INT} = \&ctrlc; and later on
sub ctrlc { ... }
How can i continue the script and skip the STDIN if Ctrl+C is hit?
I also have $SIG{INT} = \&ctrlc; and later on
sub ctrlc { ... }
How can i continue the script and skip the STDIN if Ctrl+C is hit?