NAME
Zoidberg::Utils::FileSystem - filesystem routines
DESCRIPTION
This module contains a few routines dealing with files and/or directories. Mainly used to speed up searching $ENV{PATH} by "hashing" the filesystem.
Although when working within the Zoidberg framework this module should be used through the Zoidberg::Utils interface, it also can be used on it's own.
EXPORT
By default none, potentially all functions listed below.
FUNCTIONS
abs_path($file, $reference)-
Returns the absolute path for possible relative
$file$referenceis optional an defaults to$ENV{PWD} list_dir($dir)-
Returns list of content of dir. This is not simply an alias for
readdirbut uses caching. list_path()-
Returns a list of all items found in directories listed in
$ENV{PATH}, non existing directories in$ENV{PATH}are silently ignored.
AUTHOR
R.L. Zwart <rlzwart@cpan.org>
Jaap Karssenberg || Pardus [Larus] <pardus@cpan.org>
Copyright (c) 2003 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.