Help for this page

Select Code to Download


  1. or download this
    for $refarray (@regarray) {
        print "$regarray = ";
    ...
        push(@decarray, $reghex);
        print "." . $reghex;
    }
    
  2. or download this
    @decarry = map hex($_), @regarray;