If I&#39;m understanding this correctly, the goal is to identify a specific file, beyond just the name/path, correct?<br><br>I&#39;ve used the inode in the past to determine whether a file had been modified or replaced.<br>
<br>Ex.:<br>my $inode = (stat $filename)[1];<br><br>John<br><br><div><span class="gmail_quote">On 9/18/07, <b class="gmail_sendername">Andrew Moore</b> &lt;<a href="mailto:amoore@mooresystems.com">amoore@mooresystems.com</a>
&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Mon, Sep 17, 2007 at 04:31:39PM -0500, djgoku wrote:<br>&gt; What is the best way to keep track that a certain file is the same one
<br>&gt; that has been previously looked/opened at.<br><br>I&#39;d think that one of the File::* modules would be able to generate a<br>list of unique files in a directory. Have you looked at (off the top<br>of my head) File::Find or File::Next and their ilk?
<br><br>-Andy<br><br>_______________________________________________<br>kc mailing list<br><a href="mailto:kc@pm.org">kc@pm.org</a><br><a href="http://mail.pm.org/mailman/listinfo/kc">http://mail.pm.org/mailman/listinfo/kc
</a><br></blockquote></div><br>