in reply to Re^2: Taking argument via drag-drop to a perl script
in thread Taking argument via drag-drop to a perl script

You've never seen UUID/GUID before? You can generate them from Perl, using modules like Data::GUID or Win32API::GUID. A Windows registry is chock-full of UUID, which are used for uniquely identifying handlers, objects, and the like. And they weren't even invented or standardized by Microsoft: there are equivalent standards among various bodies, including the Open Software Foundation, ISO/IEC, and IETF.

  • Comment on Re^3: Taking argument via drag-drop to a perl script

Replies are listed 'Best First'.
Re^4: Taking argument via drag-drop to a perl script
by bliako (Abbot) on Dec 04, 2018 at 16:26 UTC

    Thanks for the info. No, my mind did not go there at all.