Upgrading to perl v5.12.2 on my gentoo system I start getting these: Use of uninitialized value $Name in uc at ./MakeReport30 line 125, <INFILE> line 166.
the following patch deals with this issue.
check $Name value before using it
Log in to post a comment.
check $Name value before using it