in reply to File::Find and non global Variables

Or use File::Find::Rule:

my @files = File::Find::Rule->file->in( @my_directories );

Cheers,
Ovid

New address of my CGI Course.