This is now working as expected and I cant seem to reproduce my original problem so... sorry to bother you.<br>Regards,<br>Dave<br><br><div class="gmail_quote">On Thu, Feb 4, 2010 at 4:13 PM, Thomas Lange <span dir="ltr">&lt;<a href="mailto:lange@informatik.uni-koeln.de">lange@informatik.uni-koeln.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">&gt;&gt;&gt;&gt;&gt; On Thu, 4 Feb 2010 16:07:14 -0500, David Ward &lt;<a href="mailto:ansona10@gmail.com">ansona10@gmail.com</a>&gt; said:<br>

<br>
    &gt; variables.log shows all expected classes, however fcopy -D shows only some<br>
    &gt; of them.  I&#39;ll have a look at the fcopy source.<br>
<br>
</div>There are two line in fcopy that print a class information.<br>
<br>
  warn &quot;using class: $class\n&quot; if $debug;<br>
This line only prints the class if a file name with the same class<br>
name is available.<br>
<br>
  warn join &#39; &#39;,&#39;Classes:&#39;,@classes,&quot;\n&quot; if $debug;<br>
This line should print the list of all classes.<br>
<font color="#888888">--<br>
regards Thomas<br>
</font></blockquote></div><br>