Help for this page
The hash looks something like: $global{'title'}='Report for today' ... $global{'data 2'}{'data raw'}= (ref to hash) $global{'data 2'}{footer}='Footer for data 2' and so on..
sub hash_remove_key_space { my $in_hash = shift; ... } corrected code - per Sam