Is there a way to increase the verbosity of warnings in Perl ? I use this to generate warnings.
#!/usr/bin/perl -w
I am especially interested in the following which I hit occasionally. Is there anyway Perl can print the name of uninitialized variable ?
Use of uninitialized value in printf at ./script.pl line 106, <LOG> line 323805.