Help for this page

Select Code to Download


  1. or download this
    
    sub add_new_path {
    ...
        die $err unless ($rv);
        return @files ? @files : ($file);
    }
    
  2. or download this
    /      (dir) -> /a          (dir)
    /a     (dir) -> /a/b        (dir)
    ...
    /a/b/c (dir) -> /a/b/c/file (file)
    /      (dir) -> /p          (link)
    /p     (dir) -> /a/b/c      (dir)
    
  3. or download this
    /a/b/c/file1
    /a/b/d/e/file2
    
  4. or download this
    /p/file1
    /a/b/d/e/file2