Help for this page

Select Code to Download


  1. or download this
      my $tt = Template->new({ 
          INCLUDE_PATH => [ 
    ...
              STUFF     = $Module::Stuff
          }
      });
    
  2. or download this
    <html>
    <head>
    ...
      <p>Something else: [%STUFF%]
    </body>
    </html>