@xdata = (); @ydata = (); for my $hash ( @aoh ) { push @xdata, $hash->{ date }; push @ydata, $hash->{ temp }; }