|  |  
 |   |   
 NAMEHTML::Prototype::DragDrop - script.aculo.us dragdrop library, embedded in perl SYNOPSIS    our $dragdrop = do { package HTML::Prototype::DragDrop; local $/; <DATA> };
DESCRIPTIONThis is the script.aculo.us dragdrop library embedded in a perl __DATA__ section, for easy inclusion in HTML::Prototype. SEE ALSOHTML::Prototype, Catalyst::Plugin::Prototype <http://prototype.conio.net/> AUTHORSebastian Riedel, "sri@oook.de" dragdrop.js by Thomas Fuchs LICENSEThis library is free software. You can redistribute it and/or modify it under the same terms as perl itself. 
 
 |