print Control("G"); # ring my bell sub Control { return chr( ord( uc( shift() ) ) - 64 ); }