Help for this page

Select Code to Download


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