in reply to Re^5: Creating a Hash using only one column in an imported data file
in thread Creating a Hash using only one column in an imported data file

Oh yes, part of the use feature say wasn't properly stated. Now that the feature is working, the values i'm getting are very different, and much larger, compared to when I had pasted the file into the script. Does this have something to do with the push command?

  • Comment on Re^6: Creating a Hash using only one column in an imported data file

Replies are listed 'Best First'.
Re^7: Creating a Hash using only one column in an imported data file
by 1nickt (Canon) on Feb 13, 2017 at 22:59 UTC

    At a guess I would say more likely it has to do with the format of the data in your file being different, but we can but guess :-) Please see SSCCE and follow those guidelines to resolve your problems, now that you have got started.


    The way forward always starts with a minimal test.