- or download this
if ($command eq "add") {
....
...
.
.
}
- or download this
%menus = (
'first' => {
...
'print' => '&print',
},
);
- or download this
$menus{first}{$_} if exists $menus{first}{$_};
or
print "Command not found.\n" if not exists $menus{first}{$_};