Help for this page

Select Code to Download


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