Shu Hung wrote:
> I recently wrote a script with a '-f' file test inside.
> 
> Normally, a '-f <filename>' returns TRUE if a file with that
> filename exist. My script returns TRUE for all the files -- except
> the largest one (9.7 GB) on my list (others are XX MB - XXX MB in
> size). Whenever I test it with '-f' test, it returns FALSE.

Please show us code! Post a short but complete program that
illustrates your claimed observation.

> Is this a bug of perl? Or am I mistaken?

You are most likely mistaken. ;-)

-- 
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to