in reply to Re: Re: dereferencing nightmares...
in thread dereferencing nightmares...

err... obviously i ment
loop_construct { my @array = @other_array; $page_graphic->[$i]->{array} = \@array; # ... other stuff ... }
Sorry about that.