Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      my %oper = (
    ...
        $oper{$status} || "UNKNOWN($status)";
      }
    }
    
  2. or download this
    BEGIN {
      my %_status_oper = (
    ...
    printf "           Admin status:%s Oper status:%s\n", 
       if_admin_status($struct{dwAdminStatus}), 
       if_oper_status($struct{dwOperStatus});