Search Results

Search: Posts Made By: Aia
1,673
Posted By Aia
Remove the ENTER or RETURN key out of the...
Remove the ENTER or RETURN key out of the captured input.

my $input = <STDIN>;
chomp $input;
if (($input ne "q") && ($input ne "Q") && ($input ne "c")) {
...
}

or, ignore anything else...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 11:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy