Help for this page
%a = (font => 'Arial', size => 10, ... %b = (size => 12); %fmt = (%a, %b);
$object->write( 'Some Stuff', $object2->format( %a, (size => 12)) );