http://qs1969.pair.com?node_id=90350


in reply to find or grep?

The find line that you have won't work, unless you enclose the find command in backticks (and are on Unix). See the documentation for the File::Find module to see the proper way of doing a find from Perl. It's a standard module, so you wouldn't have to install anything.

--ZZamboni