# New Ticket Created by Zefram # Please include the string: [perl #127017] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127017 >
> (1 but 7).fmt("%02d") P6opaque: get_boxed_ref could not unbox for the representation '20' Presumably the above should have returned "01", as do other uses of .fmt on non-standard Ints: > True.fmt("%02d") 01 > (1 but "aaa").fmt("%02d") 01 -zefram