Hi all,
I have a two dimensional array:
$array=([1,2,3,4,5,],
[10,20,30,40,50])
How could I change so that I will get the following
results using perl?
$change_array=([1,10],
[2,20],
[3,30],
[4,40],
[5,50])
Thanks,
Li
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>