Re: length of an array in a struct in an array of structs in a struct in an array of structs





Tuan Bui wrote:
> I'm pursuing the intermediate-step path right now:
>
> my @PSARef = @{$VisitArray[$i]->PSearchStructArray};
> for(my $k = 0; $k < scalar(@{$PSARef[$j]->ClickPathArray}); $k++) {
>
> but for some reason it's returning abnormal lengths that are invariant
> with different iterations of the innermost loop.
>

Update: This approach actually works. The constant-length problem
seems to stem from a bug elsewhere in my code.

Thanks for all the help, peepz!

Tuan

.