Help for this page

Select Code to Download


  1. or download this
    my $ProdBuild = 'K7000AKNBJQ4333';
    
    ...
          print("$_\n");
       }
    }
    
  2. or download this
    sub GetProdBuildNum {
       local $_ = @_ ? $_[0] : $_;
    ...
          print("$_\n");
       }
    }