- or download this
1 : use Cwd;
2 :
...
10: }
11:
12: closedir DIR;
- or download this
1 : use Cwd;
2 :
...
11: }
12:
13: closedir DIR;
- or download this
rewinddir(DIR);
- or download this
1 : use Cwd;
2 :
...
17: }
18:
19: closedir DIR;
- or download this
1: use Cwd;
2:
3: print getcwd,"\n";
4: chdir("C:\\");
5: print getcwd;