HTML-EditableTable 0.10
This module was developed to simplify the manipuation of complex tabular data in engineering and business-process web applications. The developement was motivated by a rapid-prototype software development flow where the requirements gathering phase goes something like "I have this big complicated spreadsheet that I want to make a website out of - can you help?". The EditableTable class is an 'abstract' base class and EditableTable::Horizontal and EditableTable::Vertical are the implementations for two commonly used table types.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc HTML::EditableTable
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-EditableTable
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/HTML-EditableTable
CPAN Ratings
http://cpanratings.perl.org/d/HTML-EditableTable
Search CPAN
http://search.cpan.org/dist/HTML-EditableTable/
COPYRIGHT AND LICENCE
Copyright (C) 2010 Freescale Semiconductor
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.