<?xml version="1.0" encoding="windows-1252"?>
<node id="125700" title="Re: File Locking" created="2001-11-15 21:11:52" updated="2005-07-19 14:08:11">
<type id="11">
note</type>
<author id="44736">
sligi</author>
<data>
<field name="doctext">
Hmm... Seems like you have empty &lt;b&gt;@friends&lt;/b&gt; there. The loop should probably be something like:
&lt;code&gt;
while(&lt;MYFILE&gt;) {
  if (m/^$newfriend$/) {
    print "You are already on the list!\n";
    exit;
  }
  push @friends, $_;
}
&lt;/code&gt;
...or one could of course concatenate to the file.
&lt;p&gt;&lt;small&gt;-- &lt;br&gt;Jaska&lt;/small&gt;&lt;/p&gt;</field>
<field name="root_node">
7058</field>
<field name="parent_node">
7058</field>
</data>
</node>
