Help for this page

Select Code to Download


  1. or download this
    %hash3 = map {
     $_->{year}.$->{month}.$_->{day}.$_->{hhmm}= $_
    ...
    #or just 
    @array3=values %hash3; 
    #if you don't care about sorting
    
  2. or download this
     if(!defined $tmp{$k}){
    
  3. or download this
     if(!defined $hash3{$k}){