> And yes, my project extends beyond the capabilities of
> simply creating several text files.
Will this work:
---
use strict;
use IO::Tee;
use vars qw(@fh);
for my $i (1,2,3,4) {
push @fh, ">a$i.txt", ">b$i.txt", ">c$i.txt";
}
my $tee = new IO::Tee(@fh);
print $tee 'Hello world';
---
__
Robert Vaughn writes:
> Kevin,
> Thanks for the help. I have not been able to find any
> good examples or documentation regarding POSIX on
> ActiveState. Any advice?
If you mean the POSIX perl module then see 'perldoc POSIX'. If you
mean POSIX threads then a book on the subject would be mor