Help for this page

Select Code to Download


  1. or download this
       <tmpl>
          foo   = 1
          bar   = SomeThing
          blort = 2003-06-29
       </tmpl>
    
  2. or download this
       my $message     = new Mail::Internet ([<>]);
       my @body        = @{$message->body()};
    
  3. 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