| HTML-Prototype documentation | Contained in the HTML-Prototype distribution. |
HTML::Prototype::Helper - Imports helper packages for HTML::Prototype
use HTML::Prototype::Helper;
Sascha Kiefer, esskar@cpan.org
Built around Prototype by Sam Stephenson. Much code is ported from Ruby on Rails javascript helpers.
This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.
| HTML-Prototype documentation | Contained in the HTML-Prototype distribution. |
package HTML::Prototype::Helper; use strict; use HTML::Prototype::Helper::Tag;
1;