Re: Can't find right printf format



Hubert Gabler wrote:
Which FORMAT in printf makes the numbers 1,2,3,.. look like 001,002,003..?

The FORMAT options for printf() are described in

perldoc -f sprintf

(as mentioned in "perldoc -f printf")

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
.



Relevant Pages