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

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!

Replies are listed 'Best First'.
Re^11: Declaring Hash entries
by Anonymous Monk on Jan 06, 2015 at 07: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.

    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.
        I'll post my update after yours :)