25 Oct 2007 at 18:47 #1 Bes Bes Soldato Joined 18 Oct 2002 Posts 7,318 Location Melbourne Hi This line print "@{$AoA[$i]}"; doest work, but inserts spaces between the elements. I need colons. How can I do this? Thanks
Hi This line print "@{$AoA[$i]}"; doest work, but inserts spaces between the elements. I need colons. How can I do this? Thanks
25 Oct 2007 at 18:50 #2 Bes Bes Soldato OP Joined 18 Oct 2002 Posts 7,318 Location Melbourne Ah typical - 2 mins after I post, I fix it (Spent an hour on this today ) print join(':',@{$AoA[$i]});
Ah typical - 2 mins after I post, I fix it (Spent an hour on this today ) print join(':',@{$AoA[$i]});