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