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