Slash::Utility::Anchor - SHORT DESCRIPTION for Slash
use Slash::Utility;
# do not use this module directly
LONG DESCRIPTION.
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.
Prints the footer for the document.
- Return value
-
None.
- Dependencies
-
The 'footer' template block.
Redirect browser to URL.
- Parameters
-
- URL
-
URL to redirect browser to.
- Return value
-
None.
- Dependencies
-
The 'html-redirect' template block.
Prints the head for server-parsed HTML pages.
- Return value
-
The SSI head.
- Dependencies
-
The 'ssihead' template block.
Prints the foot for server-parsed HTML pages.
- Return value
-
The SSI foot.
- Dependencies
-
The 'ssifoot' template block.
Slash(3), Slash::Utility(3).
$Id: Anchor.pm,v 1.1.2.22 2001/09/25 01:11:23 jamie Exp $