Help for this page

Select Code to Download


  1. or download this
    Name: [% user_name %]
    Password: [% user_pass %]
    
  2. or download this
    my @items = find_used_template_parameters($template);
    is_deeply \@items, [qw[ user_name user_pass ]];
    
  3. or download this
    Name: [% user_name %]
    Password: [% user_pass %]
    [% IF has_unused_fields('/^user_/') %]
    [% list_unused_fields('/^user_/') %]
    [% END %]
    
  4. or download this
    Name: Corion
    Password: Secret
    user_email: corion@corion.net