- or download this
use strict;
use warnings;
...
print " is a dir.\n";
}
}
- or download this
file1.txt
filetest.pl
folder -> file2.txt
file3.txt
- or download this
file1.txt is a file.
filetest.pl is a file.
folder is a dir.
- or download this
file2.txt is a dir.
file3.txt is a dir.