i have array with some values.i want to insert this array into text area in perl tk one value per line.up to now my code is ...
@res=
;
$tx->insert('end', @res);
but displaying this array in text area as follows..
0x001cc48468c2 0x001635749100 0x000bcd1d4691 0x00219bd81383 0x000c29a59daa
i want to display this as follows..
0x001cc48468c2
0x001635749100
0x000bcd1d4691
0x00219bd81383
0x000c29a59daa