in reply to
Re: The third 'if'
in thread
The third 'if'
Leading and trailing spaces are silently ignored in string->numeric conversion (except for the special "0 but true"). So
" 3 " == 3
, with no warnings.
Comment on
Re: Re: The third 'if'
Download
Code
In Section
Seekers of Perl Wisdom