Help for this page

Select Code to Download


  1. or download this
    /* macros to define bit-fields in structs. */
    #ifndef PERL_BITFIELD8
    ...
    #ifndef PERL_BITFIELD32
    #  define PERL_BITFIELD32 unsigned
    #endif
    
  2. or download this
    timethese (30, {
    'list' => '$list = sum_as_list(@x);',
    'ref'  => '$ref  = sum_as_ref(\@x);',
    });