in reply to
using 'value=s' = \$value
This node falls below the community's threshold of quality. You may see it by logging in.
Comment on
Re: using 'value=s' = \$value
Replies are listed 'Best First'.
Re: Re: using 'value=s' = \$value
by
chipmunk
(Parson)
on Aug 23, 2001 at 23:36 UTC
That's rather inaccurate.
There are only four false values in Perl:
undef
0
'' (the empty string)
'0' (the string consisting of the character zero)
Every
other value in Perl is true.
[reply]
In Section
Seekers of Perl Wisdom