in reply to Re: How do I print a large integer with thousands separators?
in thread How do I print a large integer with thousands separators?

Camel 3 has this on page 657:

$# [XXX,ALL] Don't use this; use sprintf instead.

And on the previous page, "XXX" is defined as meaning:

Deprecated, do not use in anything new.
--
<http://www.dave.org.uk>

"The first rule of Perl club is you don't talk about Perl club."

  • Comment on Re: Answer: How do I print a large integer with thousands separators?