Help for this page
my %hash = ( first => { a => 2, b => 3 }, second => { a => 3, b => 2 }, ... my ($href) = @_; $href->{b} > 2; }