NAME

Site::Page - Basic site page handling


SYNOPSIS

  use Site::Page;
  $p = Site::Page -> new();
  $p -> title( 'My Page' );
  $p -> start();

 ...

  $p -> end();


DESCRIPTION

Blah


AUTHOR

Copyright (c) 2001 Steve Slaven <bpk@hoopajoo.net> All rights reserved.

This program is free software and is provided ``as is'' without express or implied warranty. You can redistribute it and/or modify it under the same terms as Perl itself.


SEE ALSO

perl(1).