Xavier Guimard > Lemonldap-NG-Manager-0.86 > Lemonldap::NG::Manager::Base

Download:
Lemonldap-NG-Manager-0.86.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.2   Source  

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 AND LICENSE ^

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.