in reply to uninitialised value in hash reference
I assume you meant to pull one element off the front or back of the @_ parameter array and work recursively on the remainder, but the pulling off part got forgotten. Filling up the stack can lead to strange errors, so you should fix that first.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: uninitialised value in hash reference
by mhacker (Sexton) on Sep 25, 2006 at 07:39 UTC |