NAME
XML::Directory - Perl extension to get a content of directory including sub-directories as an XML file
VERSION
0.30
SYNOPSIS
use XML::Directory(qw(get_dir));
@xml = get_dir('/home/petr');
DESCRIPTION
This utility extension provides just one function.
get_dir();
This functions takes a path as its only parameter and returns an array containing XML representation of a directory specified by the path. Each field of the array represents one line of the XML.
EXPORT
None by default.
AUTHOR
Petr Cimprich, petr@gingerall.cz
SEE ALSO
perl(1).