in reply to File dynamic write operations
There is no "better or worse" approach here based upon your problem statement. Given that you can do either, I would use the easiest one, which I would guess is method 1? If not then use method 2.
Now of course how difficult your output format is for the "consumer to consume" is something to be considered. There is not a "one size fits all" answer for this. Sometimes it makes more sense for your program to do more work so that other programs have to do less work and sometimes not!
Can you put some more "flesh on these bones" so that some application specific recommendation can be made? There is no generic A is better than B for this sort of thing.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File dynamic write operations
by perlpal (Scribe) on Aug 16, 2010 at 09:28 UTC | |
by Marshall (Canon) on Aug 17, 2010 at 16:19 UTC |