<br><br><div><span class="gmail_quote">On 8/14/07, <b class="gmail_sendername"><a href="mailto:nheller@silcon.com">nheller@silcon.com</a></b> &lt;<a href="mailto:nheller@silcon.com">nheller@silcon.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;ve come to a point where I wish to flush the contents of a file buffer<br>before closing the file.
</blockquote><div><br>Closing the filehandle will flush it automatically.&nbsp; For other times, if you use IO::Handle you can call -&gt;flush on an object to do the flush manually if you&#39;d like.<br><br>Garth<br></div><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I looked through the Perl man pages and am unable to find this.&nbsp;&nbsp;I thought<br>that since Perl is a wrapper for C, there would be a corrolary to
<br>fflush(), but there doesn&#39;t seem to be.<br><br>How is this situation to be handled?<br><br><br>_______________________________________________<br>SanFrancisco-pm mailing list<br><a href="mailto:SanFrancisco-pm@pm.org">
SanFrancisco-pm@pm.org</a><br><a href="http://mail.pm.org/mailman/listinfo/sanfrancisco-pm">http://mail.pm.org/mailman/listinfo/sanfrancisco-pm</a><br></blockquote></div><br>