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