in reply to Dynamically build a table

Can you please include the expected output? I feel lost.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^2: Dynamically build a table
by Deep_Plaid (Acolyte) on Mar 11, 2014 at 18:26 UTC

    Hi Choroba, I added an example of the desired output. Thanks! DP

      Well, I had not seen your desired output when I posted my post with example code below, but since there is no relation between the input that you had shown and the output that you are now showing, could you please provide the type of input from which you want to get the desired output. It is not obvious that you really need to store the data into a table to get the output you want if the input look like what I can, think of.

        The relationship between my input in $file and my desired output does exist if you look closely - the data points are in the table, and I have to create a table as a requirement of the script. This example was probably not the best choice because it is too much like what I'm really trying to do and not very clear. I could not connect the two because I wasn't sure how organize the data in #1 to get to #2. now that you have showed me that I might be able to put together another example in another posting that makes this more clear.