Help for this page

Select Code to Download


  1. or download this
    my @wants = grep { is_approximately_an_integer( @$_ ) } values %haysta
    +ck;
    
    # intervening comments here only
    
    @wants = grep { is_approximately_an_integer( @{$haystack{$_}} ) } keys
    + %haystack;