Help for this page
use strict; use warnings;
foreach my $filepage (@dirarray) {...};
foreach (@dirarray) { my $filepage = $_; .. }