in reply to Re^2: Use of uninitialized value error
in thread Use of uninitialized value error

And what are you proposing to do as a solution?

You haven't said enough for us to identify the problem, much less give a solution.

I'm guessing the problem is either a bad assumption about the format of the file or an incorrect parsing of the file.

Replies are listed 'Best First'.
Re^4: Use of uninitialized value error
by birdy (Initiate) on Jul 04, 2011 at 20:42 UTC
    To tell you the truth i haven't understand too much about what are you writing in the previous message.i am begginer in perl programming...
      You're being told you're using undef where it makes no sense to do so. So why are you using undef there? I explained how undef got there to help you find the error you made.
      It's simple English that requires no knowledge of Perl whatsoever. Sorry that I can't help you.