The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::NATools::CGI - Utility functions for NATools CGI tools

SYNOPSIS

  use Lingua::NATools::CGI;

  print Lingua::NATools::CGI::my_header;

        print Lingua::NATools::CGI::close_window;

  print Lingua::NATools::CGI::my_footer;

DESCRIPTION

This module is used by all NATools CGIs to create standard headers and footers on all webpages. It includes other utility methods.

my_header

Returns the HTML header for a standard NATools CGI file.

Returns the HTML header for a standard NATools CGI file.

close_window

Returns an HTML button with JavaScript to close a browser window.

SEE ALSO

See perl(1) and NATools documentation.

AUTHOR

Alberto Manuel Brandao Simoes, <albie@alfarrabio.di.uminho.pt>

COPYRIGHT AND LICENSE

Copyright 2002-2012 by Natura Project http://natura.di.uminho.pt

This library is free software; you can redistribute it and/or modify it under the GNU General Public License 2, which you should find on parent directory. Distribution of this module should be done including all NATools package, with respective copyright notice.