On Tue, 13 Dec 2011, ll...@singletasker.co.uk wrote:
The purpose of the module is to find files which match a regular expression. The module currently only has one subroutine which takes two parameters, base_directory and expression. The subroutine traverses all subdirectories of the base directory and returns a hash when it's completed.
Is there any reason you're not using one of File::Find, File::Find::Rule, or a variety of other CPAN modules which can already do this?
-dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/