| HTML-WebDAO documentation | Contained in the HTML-WebDAO distribution. |
HTML::WebDAO - Perl extension for create complex web application
use HTML::WebDAO;
Perl extension for create complex web application
Perl extension for create complex web application
http://sourceforge.net/projects/webdao
Zahatski Aliaksandr, <zag@cpan.org>
Copyright 2003-2008 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| HTML-WebDAO documentation | Contained in the HTML-WebDAO distribution. |
#$Id: WebDAO.pm 344 2008-09-30 12:45:11Z zag $ package HTML::WebDAO; use strict; use warnings; use HTML::WebDAO::Base; use HTML::WebDAO::Element; use HTML::WebDAO::Component; use HTML::WebDAO::Container; use HTML::WebDAO::Engine; use HTML::WebDAO::Session; use HTML::WebDAO::Sessionco; use HTML::WebDAO::Lib::RawHTML; our @ISA = qw(); our $VERSION = '0.91'; 1; __END__