NAME

Slash::Utility::Anchor - SHORT DESCRIPTION for Slash


SYNOPSIS

        use Slash::Utility;
        # do not use this module directly


DESCRIPTION

LONG DESCRIPTION.


EXPORTED FUNCTIONS

header([TITLE, SECTION, STATUS])

Prints the header for the document.

Parameters
TITLE
The title for the HTML document. The HTML header won't print without this.

SECTION
The section to handle the header. This sets the currentSection constant, too.

STATUS
A special status to print in the HTTP header.

Return value
None.

Side effects
Sets currentSection constant.

Dependencies
The 'html-header' and 'header' template blocks.

footer()

Prints the footer for the document.

Return value
None.

Dependencies
The 'footer' template block.

redirect(URL)

Redirect browser to URL.

Parameters
URL
URL to redirect browser to.

Return value
None.

Dependencies
The 'html-redirect' template block.

ssiHead()

Prints the head for server-parsed HTML pages.

Return value
The SSI head.

Dependencies
The 'ssihead' template block.

ssiFoot()

Prints the foot for server-parsed HTML pages.

Return value
The SSI foot.

Dependencies
The 'ssifoot' template block.


SEE ALSO

Slash(3), Slash::Utility(3).


VERSION

$Id: Anchor.pm,v 1.1.2.22 2001/09/25 01:11:23 jamie Exp $