Help for this page

Select Code to Download


  1. or download this
    Arch bits :
    OS Arch x86_64 : i686
    ...
    Now using for/if
    OS Arch x86_64 : i686
    OS Arch bits 1 : 64
    
  2. or download this
    Arch bits :
    OS Arch x86_64 : i686
    ...
    Now using for/if
    OS Arch x86_64 : i686
    OS Arch bits 3 : 32
    
  3. or download this
    #!/usr/bin/perl
    
    ...
                    print "OS Arch bits 4 : $os_arch_bits\n";
            }
    }