Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl -wl
    
    ...
        other/testhere.htm
        test/dir/z6.htm
    
  2. or download this
        if (index($file, $root) == 0) {
            print substr $file, length $root;
        }