in reply to How do I dynamically populate a hash after parsing columns from a file

Your code works fine:
... Hash size: 13

PS — close(); should be close(IN);

Replies are listed 'Best First'.
Re^2: How do I dynamically populate a hash after parsing columns from a file
by lomSpace (Scribe) on Mar 09, 2011 at 05:39 UTC
    Eclipse says that I my hash size is zero. I know that the file has 24750 records
    because it is on my desktop and and I opened it manually before I ran
    my script. I guess it's something with Perl implementation of eclipse.
    Thanks!
      Eclipse is not implemented in Perl. I think you mean "the perl launched by EPIC". And I seriously doubt that. I suspect something you said isn't true. Once you find out what, you'll have found your problem.