Hello All,<br>I am a newbie to erlang and I wanted to convert list of integers to a list of strings. For example,<br>[2,3,4,5] to ["2", "3", "4","5"].  Any help would be highly appriciated.
<br><br>Thanks,<br>Prabhu<br>