Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

How to create a box user interface, so when I drag and drop into the tool it will tell me the file meets my specifications or not. Thanks.

Replies are listed 'Best First'.
Re: User interface using drag and droop
by huck (Prior) on Mar 23, 2017 at 01:59 UTC
Re: User interface using drag and droop
by Corion (Patriarch) on Mar 23, 2017 at 08:12 UTC

    I wrote App::drophandler (not yet released on CPAN), which allows you to drop your (local) files into a (local) browser window and then launch an arbitrary program whenever a file is dropped.

    You can also use this as a bookmarklet for sending the current URL to a Perl process.

    This is done by sending just the filename to Perl, so it will only work locally.

Re: User interface using drag and droop
by Anonymous Monk on Mar 23, 2017 at 01:17 UTC
      This whole tiem I thought people where saying Dragon Drop ... D: