HTML::Prototype::Effects - script.aculo.us effects library, embedded in perl
Contents
Description
This is the script.aculo.us effects library embedded in a perl __DATA__ section, for easy inclusion in
HTML::Prototype.
License
This library is free software. You can redistribute it and/or modify it under the same terms as perl
itself.
perl v5.34.0 2022-06-14 HTML::Prototype::Effects(3pm)
Name
HTML::Prototype::Effects - script.aculo.us effects library, embedded in perl
See Also
HTML::Prototype, Catalyst::Plugin::Prototype <http://prototype.conio.net/>
Synopsis
our $effects= do { package HTML::Prototype::Effects; local $/; <DATA> };
