in reply to unblessed reference problem
Have a look at Data::Diver, if you want to dive dynamically down a datastructure. Alternatively, you can look at eval, but using eval will open up security holes and you will have to make sure all your tests are well-formed Perl syntax and semantically valid (that is, $var1 and $var2 need to be defined.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: unblessed reference problem
by Anonymous Monk on Mar 26, 2010 at 11:13 UTC | |
|
Re^2: unblessed reference problem
by gdolph (Novice) on Mar 26, 2010 at 11:19 UTC | |
by Corion (Patriarch) on Mar 26, 2010 at 23:20 UTC | |
by Anonymous Monk on Mar 26, 2010 at 11:21 UTC | |
by gdolph (Novice) on Mar 26, 2010 at 11:23 UTC |