Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    __END__
    C:\test>endian
    ?0807060504030201
    
  2. or download this
    SV *hexDump( UV in ) {
        int i;
    ...
        }
        return out;
    }