my @array = grep{my $i = $_; !grep{$_ eq $i}@monthly_temp}@temp; push(@monthly_temp,@array);