in reply to map a hash with a default value or exclude
is there a way to exclude the key itself
%{$self->{info}} = map /^([^=]+)=(.+)$/, <$fh>; [download]