in reply to Accumulate values for each data field

So take 1/10th of your sample data, append it to a test script in the __DATA__ section and show us what you are currently doing. Show us (not tell us) what output you get and what output you want.

Premature optimization is the root of all job security
  • Comment on Re: Accumulate values for each data field

Replies are listed 'Best First'.
Re^2: Accumulate values for each data field
by JobC (Acolyte) on Feb 10, 2016 at 00:07 UTC

    Hmmm, I did it this way because much of what I am doing to the data it not pertinent to this problem. I can see what you mean about showing and not telling. I'll see what I can come up with, thanks.

      Read I know what I mean. Why don't you?. We don't want the whole thing, just like we don't want all the data. We want to see just the code you are having trouble with wrapped up in to tiny test framework with just enough data to show the issue.

      Premature optimization is the root of all job security

        I updated the original post a bit BEFORE I took the time to read your post. Sorry! I think I understand what you are talking about with the _DATA_ section. I have never used this before, so I'll go play with it now. It would simplify showing the problem I am having.