in reply to Most Annoying Error : Use of uninitialized value in concatenation (.) or string at C:\Perl\O

Do you perhaps have a blank line at the end of your input file so that for the last itteration of your loop you get undef for all the field entries?


Perl is Huffman encoded by design.
  • Comment on Re: Most Annoying Error : Use of uninitialized value in concatenation (.) or string at C:\Perl\O

Replies are listed 'Best First'.
Re^2: Most Annoying Error : Use of uninitialized value in concatenation (.) or string at C:\Perl\O
by Anonymous Monk on Mar 18, 2012 at 12:24 UTC
    "there is a blank line in the end of input file" this is the exact reason for this kind of warning.