in reply to
File::find question
Just unlink them like this:
find (sub { unlink($File::Find::name) if /\.results$/} , @directories );
Comment on
Re: File::find question
Download
Code
Replies are listed 'Best First'.
Re^2: File::find question
by
Anonymous Monk
on Feb 03, 2005 at 15:37 UTC
thanks for that
[reply]
In Section
Seekers of Perl Wisdom