Help for this page

Select Code to Download


  1. or download this
    print @$x && !grep({ref($_) ne 'HASH'} @$x),"\n";
    
  2. or download this
    print @$x && @$x == grep({ref($_) eq 'HASH'} @$x),"\n";