http://www.perlmonks.org?node_id=313777


in reply to Less-than-helpful warnings

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.

yours,
Michael