http://qs321.pair.com?node_id=752699


in reply to Re: insert label into file
in thread insert label into file

I am still not clear on what is meant by repeat values, since I will be using some form of loop to insert the values from the hash and could actually just clobber the old and insert the new on top if I have too, since each dataset would represent a single row of data.

Replies are listed 'Best First'.
Re^3: insert label into file
by kennethk (Abbot) on Mar 23, 2009 at 21:41 UTC
    The concern was exactly the clobbering. If you don't care about clobbering repeat values, then all these admonitions are irrelevant.