my %defaults = ( bootpw => undef ); # is bootpw set to default? if (defined $defaults{bootpw}) { print "Yes!\n"; } else { print "No.\n"; }