Hi,
I have a text file of 1,2,3,678,90, 100 as text.
i want to convert the number as three digit number in perl.
eg,
001
002
003
678
090
100
please help me
thanks,
murugavel
I have a text file of 1,2,3,678,90, 100 as text.
i want to convert the number as three digit number in perl.
eg,
001
002
003
678
090
100
please help me
thanks,
murugavel
Comment