print "Raw Data"; foreach (@tipList) { my %hash = %{$_}; print "Array Item: $_ = $hash{'Tip'}"; } my $numItems = @tipList; print "ArchiveExists: $numItems"; print "recentTip: $recentTip";