|
|
| more useful options | |
| PerlMonks |
Array to Stringby amexmythili (Novice) |
| on Jan 26, 2009 at 14:39 UTC ( #738944=perlquestion: print w/ replies, xml ) | Need Help?? |
|
amexmythili has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Perl Monks,
Any body help me to know this. I want to split an array in to string. iam having an array like this. @array=(balack, white, green, red); iam want to insert some tagging in starting and ending of the each element and store it in a string. for example: <tag>black</tag>, <tag>white</tag>, <tag>green</tag>, <tag>red</tag> Any body help me in this. Regards, Mythili B
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||