<?xml version="1.0" encoding="windows-1252"?>
<node id="930947" title="Re: STDERR going to string" created="2011-10-12 05:27:54" updated="2011-10-12 05:27:54">
<type id="11">
note</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
&lt;P&gt;You want to use [mod://Capture::Tiny], it works on win32, it does it through fork+exec and presents a beautiful interface
&lt;C&gt;use Capture::Tiny 'capture';
my ($out, $err) = capture {
   print "ya";
   Text::BibTeX ...
   system ...
};
print "captured out((($out))) err((($err)))";
&lt;/C&gt;</field>
<field name="root_node">
929318</field>
<field name="parent_node">
929318</field>
<field name="reputation">
1</field>
</data>
</node>
