<?xml version="1.0" encoding="windows-1252"?>
<node id="985730" title="Re^3: checking bareword-filehandle" created="2012-08-06 10:15:19" updated="2012-08-06 10:15:19">
<type id="11">
note</type>
<author id="726291">
morgon</author>
<data>
<field name="doctext">
seems not to work in my old Perl (5.8.8):
&lt;c&gt;
use strict;
use warnings;

no warnings qw(unopened);

open HUBBA, "/hubba";
print HUBBA "hubba";
&lt;/c&gt;

Produces a warning "print() on closed filehandle HUBBA at t line 6."
&lt;p&gt;
Guess I have to disable all warnings...</field>
<field name="root_node">
985699</field>
<field name="parent_node">
985704</field>
</data>
</node>
