Help for this page

Select Code to Download


  1. or download this
    for ($os_arch) {
            if (/x86_64/) {
    
  2. or download this
    for my $os_type ($os_arch) {
            if ($os_type =~ m/x86_64/) {