in reply to
Validating hash values
Uhhh... maybe you'd have more success using
defined
and
$var ne ""
and the like.
--isotope
Comment on
Re: Validating hash values
Download
Code
Replies are listed 'Best First'.
RE: Re: Validating hash values
by
Adam
(Vicar)
on Sep 16, 2000 at 03:32 UTC
When testing if a hash key is defined, its better to use
exists
.
[reply]
In Section
Seekers of Perl Wisdom