in reply to
fast 'copy' of array to array
Word problems? Oh noes! :) Please
use
Data::Dumper
;
and
print Dumper($smallRepresentativeExample);
and cut/paste the output, so that we know what kind of data structure you have. Do the same for the destination data structure. Thank you
Comment on
Re: fast 'copy' of array to array
Download
Code
In Section
Seekers of Perl Wisdom