Help for this page
use Term::ReadKey; ... my $line = <STDIN>; ReadMode 'original'; chomp($line);
use strict; ... } MainLoop;