Help for this page

Select Code to Download


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