in reply to Re^2: how to copy source folder excluding specific set of sub folder from parent folder
in thread how to copy source folder excluding specific set of sub folder from parent folder
insertsub traversedir { my $givendir = $_[0];
Probably you are stumbling over "." and ".." …print "traversedir $givendir\n";
|
|---|