Help for this page

Select Code to Download


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