Re: [MacPerl] Quick Windows question

2001-01-31 Thread Bill Becker
>I want to be able to drop files on a perl script as I do on the Mac >but can't find a way to get those files recognised as arguments. I use the builtin editor with MacPerl and do a save-as "droplet." Subsequent drag-n'drop operations result in the arg[0] containing the dropped file name.

Re: [MacPerl] Quick Windows question

2001-01-30 Thread Bart Lateur
On Tue, 30 Jan 2001 17:50:33 +, John Delacour wrote: >Sorry to bother the list with this question; I have to work partly in Windows NT >because of the Mac's lack of proper Unicode implementation. > >I want to be able to drop files on a perl script as I do on the Mac but can't find a >way t

[MacPerl] Quick Windows question

2001-01-30 Thread John Delacour
Sorry to bother the list with this question; I have to work partly in Windows NT because of the Mac's lack of proper Unicode implementation. I want to be able to drop files on a perl script as I do on the Mac but can't find a way to get those files recognised as arguments. If I create a .pls