in reply to Re^2: Is this odd behavior a floating point problem?in thread Is this odd behavior a floating point problem?
You can check easily enough:
say scalar(@arr); # 40 say $#arr; # 39 [download]