Hi Kåre,

The easiest way is to use an output handle, I don't think there is an explicit append option (but it should be easy to implement):

wcols $x, 'test.dat'

To append to test.dat:
open(OUT, '>>test.dat')
wcols $x, *OUT;
close(OUT);


                                                        J.

On 21 Jun 2007, at 13:37, Kåre Edvardsen wrote:

 Hi all,

 Does wcols have an append option when writing to a file?

 Cheers,
 Kare _______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl


_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to