Help for this page
use strict; # line 1 use warnings; # line 2 ... print 'value2 is bar'; # line 11 # line 12 } # line 13
[evdb@desktop evdb]$ perl test.pl Use of uninitialized value in string eq at test.pl line 7.