- or download this
c:\perl
- or download this
c:\perl\bin\aa.exe
c:\perl\doc\bb.txt
c:\perl\web\index.html
- or download this
bin\aa.exe
doc\bb.txt
web\index.html
- or download this
open(GETDIR, "cd |");
while(<GETDIR>)
...
$pathRemoved =~ s/$currentDir//i;
print $pathRemoved;
}