On Tue, Feb 4, 2020 at 01:04 ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: ...
> >> Who do I get it to print >> > >> 0b0100_1111 Look at my module Text::Utils and its "commify" sub taken from "The Perl Cookbook." Its algorithm (similar to Paul's) should be able to do what you want. -Tom