- or download this
package LinkNode;
...
}
1;
- or download this
package FileNode;
...
}
1;
- or download this
package DirNode;
...
}
1;
- or download this
package PathsTree;
...
}
1;
- 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();