my $href = {}; my $id = $href->{id}; print((%$href ? "not empty" : "empty"), "\n"); __END__ output ====== empty