The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Labyrinth::Writer - Handles the template parsing and output.

SYNOPSIS

  use Labyrinth::Writer;
  Publish('mytemplate.html');
  PublishCode('MESSAGE');

DESCRIPTION

The Publish package contains one function, Publish(), which handles the parsing of a given template with global variables and prints the result.

EXPORT

  Publish
  PublishCode

FUNCTIONS

Publish()

Publish() parses a given template, via Template Toolkit, and prints the result.

PublishCode
UnPublish
Transform
Croak

SEE ALSO

  CGI,
  Template (Template Toolkit)
  Labyrinth

AUTHOR

Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/

COPYRIGHT & LICENSE

  Copyright (C) 2002-2011 Barbie for Miss Barbell Productions
  All Rights Reserved.

  This module is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.