Michael G Schwern wrote: > > Use sprintf to format numbers. > > Maybe if I say it in a variety of languages it'll go over better. > > Utilice el sprintf para formatar n�meros > Employez le sprintf pour formater des nombres > Benutzen Sie sprintf, um Zahlen zu formatieren > Usare lo sprintf per formattare i numeri > Use o sprintf formatar n�meros > > ;)
But - I wasn't formatting numbers in: s/\b\d\b/0$&/g I was _just_ pre-pending the string '0' to lonely digits... ;-) -- Rick Klement
