Lemonldap::NG::Manager::Base.3pm

Langue: en

Version: 2007-07-27 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Lemonldap::NG::Manager::Base - Simple module to extend CGI to manage HTTP ``If-Modified-Since / 304 Not Modified'' system.

SYNOPSIS

   use Lemonldap::NG::Manager::Base;
   
   my $cgi = Lemonldap::NG::Manager::Base->new();
   $cgi->header_public($ENV{SCRIPT_FILENAME});
   print "<html><head><title>Static page</title></head>";
   ...
 
 

DESCRIPTION

Lemonldap::NG::Manager::Base just add header_public subroutine to CGI module to avoid printing HTML elements that can be cached.

METHODS

header_public

header_public works like header (see CGI) but the first argument has to be a filename: the last modify date of this file is used for reference.

EXPORT

SEE ALSO

Lemonldap::NG::Manager, CGI, http://wiki.lemonldap.objectweb.org/xwiki/bin/view/NG/Presentation

AUTHOR

Xavier Guimard, <x.guimard@free.fr> Copyright (C) 2006-2007 by Xavier Guimard <x.guimard@free.fr>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.