in reply to
Using XML::Writer, how can I output to a file AND to the console?
Use
PerlIO::tee
,
IO::Tee
or
tee
sub from
Capture::Tiny
.
Sorry if my advice was wrong.
Comment on
Re: Using XML::Writer, how can I output to a file AND to the console?
Download
Code
In Section
Seekers of Perl Wisdom