L PROTECTED]'
> Subject: RE: x-file tests
>
>
> HENRY,MARK (HP-Roseville,ex1) wrote:
> > Hi All,
> >
> > I'm experiencing some odd results using the x file tests on
> files and
> > directories.
> >
> > When I run the following:
> &g
HENRY,MARK (HP-Roseville,ex1) wrote:
> Hi All,
>
> I'm experiencing some odd results using the x file tests on files and
> directories.
>
> When I run the following:
>
> opendir(CURDIR, "c:\\") or die "cant open directory: $!\n";
> for
Hi All,
I'm experiencing some odd results using the x file tests on files and
directories.
When I run the following:
opendir(CURDIR, "c:\\") or die "cant open directory: $!\n";
foreach $direntry (readdir CURDIR) {
if (-f $direntry) { print