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?

In addition to the deprecatedness of $# mentioned by davorg, how would you go about using sprintf to put thousands separators into numbers? I don't see a simple way to do this - if there was it'd be mentioned in the perlfaq to this topic, I'd guess.

-- Hofmator

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