Help for this page

Select Code to Download


  1. or download this
    linux-x64 $ perl -V:'.*size|byte.*' | sort
    byteorder='12345678';
    ...
    uidsize='4';
    uvsize='8';
    $
    
  2. or download this
    hp-ux ia64 $ perl -V:'.*size|byte.*' | sort
    byteorder='87654321';
    ...
    uidsize='4';
    uvsize='8';
    $