- or download this
[% USE BaseHTML; # Template::Plugin::BaseHTML.pm
GET BaseHTML.print_definitions(
...
headings => [ "term", "definition" ],
);
%]
- or download this
$ cat dumper.tt
[% USE Dumper Indent = 1;
GET Dumper.dump(
...
'definition'
]
};
- or download this
$ cat class.tt
[% USE q = Class('CGI');
...
$ tpage class.tt
<form method="post" action="http://localhost" enctype="multipart/form-
+data">