in reply to Re: Class::Std problem
in thread Class::Std problem
I used Data::Dumper to print out @hierarchy. That was how I got the array sample data in the original post. Since I have not debugged Class::Std before I was not sure if this was correct behavior or not.
Since you are implying it is not, I guess that part needs further looking in to.
The other thing was I also included code that returned @{$hierarchy_of{$class}} = @hierarchy When it was only a one element array. I still got the same error, which was why I listed two arrays as part of the problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Class::Std problem
by ikegami (Patriarch) on Jan 19, 2009 at 06:37 UTC | |
by Herkum (Parson) on Jan 19, 2009 at 14:26 UTC | |
by ikegami (Patriarch) on Jan 20, 2009 at 04:27 UTC |