in reply to Re: (zdog) Re: removing x from a list
in thread removing x from a list

Methnks File::Find will be what you need to solve your real problem. This module - part of the standard Perl distribution IIRC - is designed to go through directories looking for files that meet certain criteria.
  • Comment on Re: Re: (zdog) Re: removing x from a list