<HTML><HEAD></HEAD>
<BODY>
<DIV id=idOWAReplyText30921 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>perl doesn't have have a module to write to a log?..or some thing like that?</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>thanks,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2>Luis</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Colin Meyer<BR><B>Sent:</B> Mon 6/6/2005 3:55 PM<BR><B>To:</B> Medrano-Zaldivar, L E<BR><B>Subject:</B> Re: SPUG: diference between Test::More and use Test::Simple tests<BR></FONT><BR></DIV>
<DIV><PRE style="WORD-WRAP: break-word">On Mon, Jun 06, 2005 at 02:41:25PM -0700, Medrano-Zaldivar, L E wrote:
&gt; Another question, how can I log into a file all the output from either
&gt; Test::Simple or from Test::more?

If you have a file called my_test.pl, that uses Test::More, then try:

  perl my_test.pl &gt;&gt; some_log_file

This will append the output of my_test.pl to some_log_file. (That's for
a unix style system ... I can't help you for windows.)

-Colin.
</PRE></DIV></BODY></HTML>