NAME
SYNOPSIS
#!/usr/bin/perl -w
use Treemap::Input::Dir;
my $dir = Treemap::Input::Dir->new();
$dir->load( "/some/dir" );
DESCRIPTION
This class reads in a directory tree, and makes the data available for use to a Treemap object. Colour is based the the mtime of the files. Rectangle areas are based on the size of the directory contents / files.
METHODS
- new( FOLLOW_SYMLINKS => (1|undef) )
-
Instantiate a new object
- load( "path" )
-
Load the directory tree from the specified path.
SEE ALSO
AUTHORS
Simon Ditner <simon@uc.org>, and Eric Maki <eric@uc.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 143:
=back doesn't take any parameters, but you said =back 4
- Around line 171:
=back doesn't take any parameters, but you said =back 4