Site::Page - Basic site page handling
use Site::Page; $p = Site::Page -> new(); $p -> title( 'My Page' ); $p -> start();
...
$p -> end();
Blah
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.
perl(1).