Re: Leopard Upgrade Killed my Modules

2008-01-10 Thread brian d foy
In article [EMAIL PROTECTED], Elton Hughes [EMAIL PROTECTED] wrote: Hello All, I upgraded to Mac OSX 10.5, using the upgrade option, and the modules I downloaded from CPAN are now missing. You probably had them installed in Mac OS X's Perl directories. I install my own perls (and have

Re: Leopard Upgrade Killed my Modules

2008-01-10 Thread David Cantrell
On Wed, Jan 09, 2008 at 10:51:03PM -0800, John Baldwin wrote: perl 5.9 looks like it has some nice features anyway. 5.10 is out now. Unfortunately it was just a bit too late to make it into Leopard. -- David Cantrell | Nth greatest programmer in the world Eye have a spelling chequer / It

CamelBones...

2008-01-10 Thread Dan Neville
Hi, I am writing an application in Perl and compiling it in CamelBones. I want to make it a DragDrop. I can't get the pasteboard to pass the file or folder information to the script. Does anyone have an example I could use as a template? Am I correct in thinking that the link is in the

Re: CamelBones...

2008-01-10 Thread Sherm Pendley
Simplest thing would be to start with the Document based Perl app template. There are several ways you can get at the file's contents - as an NSURL, an NSString local file path, an NSFileWrapper, or an NSData object. All you do is get info on the target in Xcode, set up the extension (.whatever)

Re: CamelBones...

2008-01-10 Thread Doug McNutt
At 09:31 -0500 1/10/08, Dan Neville wrote: I am writing an application in Perl and compiling it in CamelBones. I want to make it a DragDrop. I can't get the pasteboard to pass the file or folder information to the script. Does anyone have an example I could use as a template? If all of