Help for this page

Select Code to Download


  1. or download this
    my $data = get_data();
    my $t    = Template::Alloy->new;
    $t->process("bullet.tt", $data);
    
  2. or download this
    [%- FOR i IN items %]
     * [% i %]
    [%- END %]