Help for this page
my $dir = '../files/lib/site/Collections'; opendir($dir) || die $!; ... for my $module (@modules) { use site::Collections::$module; }