hen look into any dir/file security that might
be keeping you out (I'm not even sure that's possible but, it's worth a
shot).
-Original Message-
From: Sisyphus [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 18:34
To: [EMAIL PROTECTED]; Justin Ko
Subject: Re: File te
Lee Goddard wrote:
>
> perldoc -f -f says: -f File is a plain file.
> So, it won't see the binary MP3s.
I think binary files still fall under the plain/regular file category.
Links, pipes, dirs, special files and sockets don't.
--
,-/- __ _ _ $Bill Luebkert ICQ=14439852
(
perldoc -f -f says: -f File is a plain file.
So, it won't see the binary MP3s.
hth
lee
Justin Ko wrote:
>
> Hey everyone,
> Has anyone noticed weird behavior of the file test ( -f ) in ActivePerl
> v5.6.0.620
> Maybe it's just because I am new to this whole perl thing,