in reply to Complex Data Structures
Check out the -> in the code.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(); } }
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 |