Help for this page
use strict; use warnings; ... my $_debug_ops = (DBG_RAND | DBG_KEYS | DBG_INFO); printf "debugops = 0x%04x\n",$_debug_ops;
debugops = 0x008c