Help for this page

Select Code to Download


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