in reply to Encountered object '5.03 ', but neither allow_blessed nor convert_blessed settings are enabled

Please post code that actually generates the problem. Maybe the code you used included use bignum;?
  • Comment on Re: Encountered object '5.03 ', but neither allow_blessed nor convert_blessed settings are enabled
  • Download Code

Replies are listed 'Best First'.
Re^2: Encountered object '5.03 ', but neither allow_blessed nor convert_blessed settings are enabled
by CropCircle (Novice) on Aug 14, 2015 at 12:26 UTC
    Yes, I used bignum and it caused this error. Before this code block I added "no bignum" (couldn`t remove it, because it used before this block of code)
      use bignum; changes 5.03 to Math::BigFloat->new('5.03').
Re^2: Encountered object '5.03 ', but neither allow_blessed nor convert_blessed settings are enabled
by Anonymous Monk on Aug 14, 2015 at 09:16 UTC
    It`s rather strange, however, I run this script for perl 5.10 - and it worked there,but for perl 5.20 - no, this error occures.