Resources for MacPerl etc.

2003-11-09 Thread Jerry Rocteur
Hi, Reading the list I discovered MacPerl, Mac::Glue etc. I program in Perl on UNIX/Linux/Mac OSX but have never done any GUI stuff and thought it may be fun to try this out. I've spent quite a bit of time searching the web but have not come up with any Tutorials or high level information,

Re: Resources for MacPerl etc.

2003-11-09 Thread Thilo Planz
Hi Jerry, I program in Perl on UNIX/Linux/Mac OSX but have never done any GUI stuff and thought it may be fun to try this out. On Mac OS X, you should take a look at Camelbones. It allows you to use the Mac's native GUI toolkit (Cocoa) from Perl. http://camelbones.sourceforge.net/ Thilo

Re: Resources for MacPerl etc.

2003-11-09 Thread Jerry Rocteur
On Sunday, Nov 9, 2003, at 13:44 Europe/Brussels, Thilo Planz wrote: Hi Jerry, I program in Perl on UNIX/Linux/Mac OSX but have never done any GUI stuff and thought it may be fun to try this out. On Mac OS X, you should take a look at Camelbones. It allows you to use the Mac's native GUI

Re: Resources for MacPerl etc.

2003-11-09 Thread John Delacour
At 2:09 pm +0100 9/11/03, Jerry Rocteur wrote: I want to start up iTunes and extract my song list, load into MySQL using DBD::mysql and then interrogate the Tables.. All from Perl. Or write a Cocoa GUI to load user entered data into MySQL .. instead of using a Web browser and CGI.. Try this:

Re: Resources for MacPerl etc.

2003-11-09 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jerry Rocteur) wrote: Seriously, I'm reading up on Mac::Glue etc and this is really what I want, if only I found up to date Tutorial or book or primer.. I want to start up iTunes and extract my song list, load into MySQL using DBD::mysql