Help for this page

Select Code to Download


  1. or download this
    >perl -V:archname
    archname='MSWin32-x86-multi-thread';
    
    >perl -V:byteorder
    byteorder='1234';
    
  2. or download this
    >perl -V:archname
    archname='MSWin32-x86-multi-thread-64int';
    
    >perl -V:byteorder
    byteorder='12345678';
    
  3. or download this
    >perl -V:archname
    archname='MSWin32-x64-multi-thread';
    
    >perl -V:byteorder
    byteorder='12345678';