Dear Log,
Tie::Comma, I wuv yoooo!
I know it's just a special case of MJD's good old Interpolation module, but it's still WUVVABLE.
(Altho ideally I'd just be able to use a (s)printf format to get commafication, but apparently there's nobody with the right derring-do to make that happen.)
printsuse Tie::Formatted;
printf "This is hex: $format{12, 18, 35, 42, '%02x'}\n";
Plus if you prefer a different name for the magic hash:This is hex: 0c 12 23 2a
givesuse Tie::Formatted qw(f);
print "$f{142857, '%08x'}\n";
There.00022e09