Help for this page
my @array = ( '{title}', ... '{Rule}{fixtext}{content}', );
foreach my $firstKey (sort keys %hashData) { foreach my $arrayKey (@array) { ... } }