<?xml version="1.0" encoding="windows-1252"?>
<node id="1004549" title="Re^3: Moose and File::Temp" created="2012-11-19 09:26:46" updated="2012-11-19 09:26:46">
<type id="11">
note</type>
<author id="641129">
gsiglet</author>
<data>
<field name="doctext">
So it is impossible to use &lt;code&gt; while(&lt;$self-&gt;{IamAfileHandleAttribute}&gt;) { ... } &gt;&lt;/code&gt; to read a file, outside my constructor.

I guess I will have to do:

&lt;code&gt;
my $temp_fh = $self-&gt;{IamAfileHandleAttribute};
while (&lt;$temp_fh&gt;) {
   ...
}
&lt;/code&gt;</field>
<field name="root_node">
1004523</field>
<field name="parent_node">
1004544</field>
</data>
</node>
