On Jun 6, 2004, at 3:06 PM, Ingo Weiss wrote:
how can i make a Perl droplet (A Perl script that processes files or folders dropped onto it) fast and easily?
Wil Sanchez' DropScript is good: <http://www.wsanchez.net/software/>
You could do it with CamelBones (<http://camelbones.sf.net>) too, but not so quickly or easily. You'd need to define the file types your app accepts in PB/Xcode, and know how dropped files are handled in a Cocoa app.
sherm--
