in reply to
Re^2: Match number >= 0 and <1
in thread
Match number >= 0 and <1
Could you please show me a value for
$string
that causes
$num
to be other than a number (or some other side effect) for this code:
$num = $string + 0;
.
-- gam3
A picture is worth a thousand words, but takes 200K.
Comment on
Re^3: Match number >= 0 and <1
In Section
Seekers of Perl Wisdom