Help for this page

Select Code to Download


  1. or download this
    for ($os_arch) {
       when ("x86_64") {
    ...
       }
       ...
    }
    
  2. or download this
    given ($os_arch) {
       when ("x86_64") {
    ...
       }
       ...
    }