Help for this page
# Method 1 push @data, {%tmp}; # Method 2 push @data, \%tmp;
sub read_dat { ... } return @data; }