in reply to Function reference undef when extract from hash?
Declare and assign to %Op before trying to call any functions it contains. The subref assignments occur at runtime, so any code that executes before that will find an empty hash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Function reference undef when extract from hash?
by Anonymous Monk on Mar 04, 2008 at 05:25 UTC | |
by chromatic (Archbishop) on Mar 04, 2008 at 06:51 UTC |