Help for this page
for my $file ( qw/path_n path_p/ ) { open PATH, $file or die "$file: $!"; ... } close PATH; }