in reply to
Recursive search and delete
For this task you probably don't need to resort to Perl e.g. using the standard command line tools
find -name 'abc*xml' | xargs rm
[download]
would accomplish the same.
Comment on
Re: Recursive search and delete
Download
Code
In Section
Seekers of Perl Wisdom