in reply to Re^3: Variable name missing in warning (source)
in thread Variable name missing in warning
FWIW my best guess is that the 1 causes the recursive search to only match scalar values.
14857 sv = find_uninit_var(o, uninit_sv, 1);
But I am not a C programmer and far from understanding Perl guts.
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Variable name missing in warning (source)
by tye (Sage) on Apr 03, 2014 at 20:59 UTC | |
by LanX (Saint) on Apr 03, 2014 at 21:14 UTC |