in reply to Re: Re: dereferencing nightmares...in thread dereferencing nightmares...
loop_construct { my @array = @other_array; $page_graphic->[$i]->{array} = \@array; # ... other stuff ... } [download]