<?xml version="1.0" encoding="windows-1252"?>
<node id="280112" title="Re: Perl Idioms Explained - $|++" created="2003-08-01 15:21:34" updated="2005-07-07 15:20:50">
<type id="11">
note</type>
<author id="159887">
NetWallah</author>
<data>
<field name="doctext">
Absolutely agree with the peeve.
&lt;p&gt;I would like to see this coded like this:
&lt;code&gt;
use strict;
use warnings;
use constant {OUTPUT_AUTOFLUSH_BUFFERED  =&gt;0,
              OUTPUT_AUTOFLUSH_UNBUFFERED=&gt;1};
$| = OUTPUT_AUTOFLUSH_UNBUFFERED;
 ...
&lt;/code&gt;
This makes the meaning MUCH clearer.</field>
<field name="root_node">
280025</field>
<field name="parent_node">
280025</field>
</data>
</node>
