NAME
Disk::Dir::Read - Utility to read a directory into a list
SYNOPSIS
use Disk::Dir::Read;
my @contents = &d_io_dir_get("/path/to/dir");
Note: We only return entries matching /^[A-Za-z0-9].*?\.\w+$/
EXPORT d_io_dir_get()
AUTHOR
Philip M. Gollucci, <philip@p6m7g8.com>
COPYRIGHT AND LICENSE
Copyright 2003 by Philip M. Gollucci
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.