- or download this
$age_of_hash->{Sam};
- or download this
$h_age_of->{Sam}
- or download this
$H_age_of->{Sam}
$L_items->[2]
- or download this
my %data_from; # File? Measurement? Experiment? etc.
my %height_of; # Furniture? Object? Person? etc.
my %results_list_for; # the keys could be almost anything
- or download this
$data_from_measurement{measurement->label()}
$height_of_furniture{$old_furniture}
$results_list_for_file{$file_path}