Help for this page

Select Code to Download


  1. or download this
    
    package LinkNode;
    ...
    }
    
    1;
    
  2. or download this
    package FileNode;
    
    ...
    }
    
    1;
    
  3. or download this
    
    package DirNode;
    ...
    }
    
    1;
    
  4. or download this
    package PathsTree;
    
    ...
    }
    
    1;
    
  5. or download this
        my $paths_tree = new PathsTree();
        foreach my $path (keys(%paths)) {
    ...
        my %dirs = $paths_tree->get_dirs();
        my %files = $paths_tree->get_files();
        my %links = $paths_tree->get_links();