use Path::Tiny qw/ path /; for my $file ( path( "Configs/" )->children ){ my @config = $file->slurp_raw; ... }