Help for this page

Select Code to Download


  1. or download this
    
                                [% FOREACH user = query.execute() %]
    ...
                                    </tr>
                                    
                                [% END %]
    
  2. or download this
    $VAR1 = { 'DATUM' => '09-JUL-15', 'STATUS' => 'Eingelesen', 'NR' => '1
    +1000530', 'NACHRICHT' => '528', 'aNR' => '8041094A' }; $VAR1 = { 'aNR
    +' => '8033010E', 'NR' => '11000527', 'STATUS' => 'Eingelesen', 'NACHR
    +ICHT' => '1559', 'DATUM' => '09-JUL-15' }; [...]
    
  3. or download this
    print "Content-type: text/html\n\n";
    my $oTT = Template->new({
    ...
    };
    
    $oTT->process("../templates/mytemplate.html", $sData) || die $oTT->err
    +or(), "\n";
    
  4. or download this
    
    [% FOREACH line IN result %]
    ...
      [% line.VERTRAGSNUMMER %]
      [% line.ARTIKELNR %]
    [% END %]
    
  5. or download this
    $VAR1 = '11000530'; $VAR1 = '8041094A'; $VAR1 = 'Eingelesen'; [...]