foo = 1 bar = SomeThing blort = 2003-06-29 #### my $message = new Mail::Internet ([<>]); my @body = @{$message->body()}; #### my %config = $conf->getall; my $template = $conf->obj('tmpl'); my $foo = $config{'tmpl'}->{'foo'}; my $bar = $config{'tmpl'}->{'bar'}; my $blort = $config{'tmpl'}->{'blort'}; # ... up to 40 possible values