in reply to Click and Drag Functionality in Web Apps with Perl

As others have said, it's Javascript, but there are modules for working with it, either setting up the client-side scripts or processing the requests. For example, see HTML::Prototype and CGI::Ajax.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

  • Comment on Re: Click and Drag Functionality in Web Apps with Perl