<p>You could pipe stderr in the shell seperatelyfrom stdout, but you can also redirect it in perl</p>
<p><a href="http://www.cs.cmu.edu/afs/cs/usr/rgs/mosaic/pl-exp-io.html">http://www.cs.cmu.edu/afs/cs/usr/rgs/mosaic/pl-exp-io.html</a></p>
<p>The second codesnippet under open has an example</p>
<div class="gmail_quote">On Mar 7, 2012 12:41 PM, "Jonathan Otsuka" <<a href="mailto:djgoku@gmail.com">djgoku@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have a program that process/format a file then prints to STDOUT which I may want to save/redirect to a file. I also create a report of the data that was processed, but I don't want the report output sent to STDOUT and was thinking of using warn since its output is to STDERR. Is there another way or is this the best way?<br>

<br>
Jonathan Otsuka<br>
_______________________________________________<br>
kc mailing list<br>
<a href="mailto:kc@pm.org">kc@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/kc" target="_blank">http://mail.pm.org/mailman/listinfo/kc</a><br>
</blockquote></div>