share ( $hash{$file}{start} ); # for pulling start time from file share ( $hash{$file}{stop} ); # for pulling stop time from file #### $hash{$file} = &share({}); share ( $hash{$file}{certain_row_type}->[$i] ); $hash{$file}{certain_row_type}->[$i] = $line; #### $hash{$file} = &share( {} ); $hash{$file}{row_type} = &share( [] ); $hash{$file}{row_type}[$i] = $line;