<?xml version="1.0" encoding="windows-1252"?>
<node id="968192" title="Re: Noob File::Find issue" created="2012-04-30 21:53:46" updated="2012-04-30 21:53:46">
<type id="11">
note</type>
<author id="925806">
thomas895</author>
<data>
<field name="doctext">
&lt;p&gt;
Also, not all modules export their subroutines. I have no idea if &lt;code&gt;File::Find&lt;/code&gt; does(and I'm too lazy to check), so you might have to do one of the following:
&lt;code&gt;
#These statements are equivalent
use File::Find qw( find );
use File::Find 'find';
&lt;/code&gt;

I personally find it good practice(by my own conventions) to do that, just to make it clearer to myself where a function comes from. Your choice, ultimately.
&lt;/p&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-925806"&gt;
~Thomas~
I believe that the source code to life is written in Perl :-)
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
968172</field>
<field name="parent_node">
968172</field>
</data>
</node>
