# New Ticket Created by  Aleks-Daniel Jakimenko-Aleksejev 
# Please include the string:  [perl #132156]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=132156 >


Code:
say 9123607.base(37)

Result:
base argument to base out of range. Is: 37, should be in 2..36
  in block <unit> at <tmp> line 1


The error message can suggest .polymod, here is an example:

9123607.polymod(37 xx *).reverse # (4 32 4 15 36)

Reply via email to