I am grateful to anyone who can tell me if its possible to create drag n drop functionality within Perl. I know there are multiple GUI libraries out there, ie. Qt, Tk, wxWidget, etc., but wanted to ask first before hunting, if anyone knows if it is possible and also in particularl, whether it is possible within a Perl CGI script, ie. from within the cgi-bin, on Linux.
Again, it's an HTML thing. Make your Perl -- or shell, C, ruby, PHP, or whatever else code print the correct HTML. The base of it happens client-side, in javascript.