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.