The warning actually tells you that there was a conversion from string to number but it was not "perfect". That is, there was at least one character that could not be converted. BTW trailing newlines don't trigger the warning.
Gabor On 5/3/07, Levenglick Dov-RM07994 <[EMAIL PROTECTED]> wrote: > Hi, > I found the conversion flow in perldoc perlnumber. Based on what I read > there my assumption is that the warning is issued before the conversion > between decimal string to integer. _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
