in reply to determine the variable causing the error: Use of uninitialized value
Hi,
In recent perls the warning will usually include the variable name
But its not like its a mystery of a hundred possibilities, its always narrowed down to one line
But since "debugging" is a hassle,
Knowing which variable it is not important, as are the warnings, so ignore it all
Don't pretend that you care when you don't :) its all voluntary
{ no warnings; print '%s %s %s %s %s %s %s %s', grep { defined $_ ? $_ : "" } $a, $b, $c , $d ,$e, $f, $g, $h, $i, $j, $k , $l , $m , $n , +$o , $p , $q; }
|
|---|