Help for this page
use constant HELP_KEY => chr( 8 ); ## Control H if( HELP_KEY() eq $key ) { ## . . . }
use Readonly; ... if( $HELP_KEY eq $key ) { ## . . . }