Help for this page

Select Code to Download


  1. or download this
    %cmd_table{$test}
    
  2. or download this
    $cmd_table{$test}
    
  3. or download this
    foreach $test (keys %cmd_hash) {
      # do your thing
    }