Help for this page

Select Code to Download


  1. or download this
    push(@time_arr,@{$parMap_ha{$r{partitionName}}},$r{time});
    
  2. or download this
    #    #the array to push               # a list of values to push into 
    +the array @{$parMap_ha{$r{partitionName}}}  
    push @{$parMap_ha{$r{partitionName}}},@time_arr,$r{time});