As Scott suggested, this is the short version of what I am doing. It works well:
%article {
title => 'The Root Cause',
headline => '',
outFile => '',
}
$article{headline} => "$article{'title'}",
$article{outFile} => "../financial/$article{'title'}.html",
I only have to initialize the...