Help for this page

Select Code to Download


  1. or download this
    #use strict;
    use Readonly;
    ...
    foreach my $flag (@EXPORTS) {
      printf "flag = %s, value = 0x%04x\n", $flag, eval( "\$" . $flag );
    }
    
  2. or download this
     Readonly::Hash    my %DBG_Val => (DBG_ONE => 1, DBG_TWO => 2, DBG_FOU
    +R =>4);