in reply to Re^8: Declaring Hash entries
in thread Declaring Hash entries

What? My program works for all the files you posted, it follows the documented format ... it should work for every file that follows the format ... if it doesn't the files are corrupt (not following format) or your harddisk is dying

Replies are listed 'Best First'.
Re^10: Declaring Hash entries
by james28909 (Deacon) on Jan 06, 2015 at 05:13 UTC
    when i enter "script.pl file" the code croaks with any of these certain files, i am more than certain the file isnt corrupt. maybe it is because im on windows or missing a module. im using perl 5.16.3. anyway i will continue on with my code. thanks for sharing!

      when i enter "script.pl file" the code croaks with any of these certain files, i am more than certain the file isnt corrupt. maybe it is because im on windows or missing a module.

      so the error message is?

        i got it working, wasnt loading Carp module. Now it is working. Thanks :)
        I have thought up another way to do this actually. Once i get some free time i will put it into action and then come and update this thread.