Help for this page

Select Code to Download


  1. or download this
    $age_of_hash->{Sam};
    
  2. or download this
    $h_age_of->{Sam}
    
  3. or download this
    $H_age_of->{Sam}
    $L_items->[2]
    
  4. 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
    
  5. or download this
    $data_from_measurement{measurement->label()}
    $height_of_furniture{$old_furniture}
    $results_list_for_file{$file_path}