C:\Users\Joel\Documents>dir /ad Volume in drive C has no label. Volume Serial Number is DE8B-53F2 Directory of C:\Users\Joel\Documents 02/07/2011 03:36 PM
##
my $x = 'c:/users/joel/documents';
opendir(my $dh, $x) || die;
while(readdir $dh) {
if (-d "$x/$_") { print "dir $_\n";}
if (-l "$x/$_") { print "lnk $_\n";}
}
closedir $dh;
####
dir .
dir ..
dir Archive
dir Misc
dir My Music
dir My Pictures
dir My Videos
dir WORD