in reply to Re: the if statement
in thread the if statement
In this particular case, the desired value is always 'true', but Funkymonk's soln would fail if it was 'false' eg 0 (zero) or undef.
toolic's soln tells you there's a hash entry there, even if the associated value is 'false' or undef.
:)