Help for this page

Select Code to Download


  1. or download this
    my $base = $row->{'  base addr. (hex)'};
    $reqhash{$base} = $row;
    
  2. or download this
    use Data::Dumper;
    print Dumper( $row );
    
  3. or download this
    my $base = "$row->{'  base addr. (hex)'} $row->{' end addr (hex)'}";
    $reghash{$base} = $row;
    
  4. or download this
    my $base = $row->{'  base addr. (hex)'};
    my $end = $row->{' end addr (hex)'}";
    $reghash{$base}{$end} = $row;