|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re: Less-than-helpful warningsby herveus (Parson) |
| on Dec 10, 2003 at 17:18 UTC ( #313777=note: print w/ replies, xml ) | Need Help?? |
|
Howdy! Off the top of my head, I'd say "no". When you get an "uninitialized variable" warning on a line with a whole bunch of variables, you are just going to have to tease it apart into separate lines to pick out which variable is uninitialized, or something along those lines.
|
|