hi,

i am trying to copy a three dimensional array to a two dimentional one

this:

@AoA = ( [2, 3], [4, 5, 7], [0] );

to this

@A = qw(2 3 4 5 7 0);

i know the answer is staring at me in perldoc perldsc but i cant see it!

thanks

rob

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to