in reply to Complex Data Structures

for $type (keys %$curr_struct_pos) { for ($a=1;$curr_struct_pos->{$type}[$a];$a++) { $path = "Global${type}Def:$curr_struct_pos{$type}->[$a +].def"; $curr_struct_pos->{$type}[$a] = extrct(); } }
Check out the -> in the code.

Also, use strict and warnings. They might have caught this problem for you.

------
We are the carpenters and bricklayers of the Information Age.

Vote paco for President!

Replies are listed 'Best First'.
Re: Re: Complex Data Structures
by immybaby (Initiate) on Aug 30, 2001 at 20:28 UTC
    There is no -> in my code (at least not on my screen). I have reposted it under 'Complex Data Structures 2' and I would appreciate it if you would have a look. Thanks.