Help for this page
my $href = { 'allPrices' => [ ... }; print $href->{stdDev}, "\n"; print $href->{allPrices}[0], "\n";
100 8900