[From nobody Mon Oct 25 15:22:43 2004
Received: from [12.27.134.230] by web54410.mail.yahoo.com via HTTP;
	Thu, 21 Oct 2004 11:17:24 PDT
Date: Thu, 21 Oct 2004 11:17:24 -0700 (PDT)
From: ted Huang &lt;dna88880@yahoo.com&gt;
Subject: How to check if a file exists in a large directory
To: bioperl-l@bioperl.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Length: 400
Content-Disposition: inline

Hi, there,

I use the following codes to check if a file exists.
It works fine if the directory contains less than ca.
20000 files. But if the directory contains more than
20000 files. It fails. Any idea? Thanks.

Sally

      if (-e $dnaFile){
      	push(@num,$i);
    }   


		
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
]