Help for this page
my %Verbs = ( "arm" => { ... discrete => 1, }, );
foreach my $cmd (keys %Verbs){ print("Command: $cmd \n"); }