tej has asked for the wisdom of the Perl Monks concerning the following question:
I am working with a multidimentional array and i want to convert them in string.
Please help me how can i join all elements of array. to string. I tried using join the way we normaly use for simple array, but no go. Please help.
Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Join for multidimentional array
by suhailck (Friar) on Sep 28, 2010 at 09:39 UTC | |
|
Re: Join for multidimentional array
by JavaFan (Canon) on Sep 28, 2010 at 10:45 UTC |