Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    
    $t->process( \$tmpl, { user_name => 'Corion', user_password => 'secret
    +', user_email => 'corion@corion.net'}, \my $output );
    print $output;
    
  2. or download this
    C:\Projekte>perl -w tmp.pl
    Name:     Corion
    ...
            };
    
    ---