sub all_href_values_defined { my $href = shift; for (@_ ? @$href{@_} : values %$href) { return 0 unless defined; } return 1; }
In reply to Re: Checking for defined-ness for a list
by runrig
in thread Checking for defined-ness for a list
by dragonchild
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |