Help for this page

Select Code to Download


  1. or download this
    my    $dictionary = [
                  {
    ...
        my $template = HTML::Template->new(filename => 'dictionary.tmpl');
        $template->param(DICTIONARY => $dictionary);
        $template->output;
    
  2. or download this
    my $dictionary = [
                  {
    ...
                    'French' => '3',
                  }
                ];