Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $_debug_ops = (DBG_RAND | DBG_KEYS | DBG_INFO);
    
    printf "debugops = 0x%04x\n",$_debug_ops;
    
  2. or download this
    debugops = 0x008c