in reply to Re (tilly) 1: Checking for defined-ness for a listin thread Checking for defined-ness for a list
if (grep !defined($_), @hash{ qw(A B C) }) { # at least one undefined } [download]
-- Randal L. Schwartz, Perl hacker