Re: AppleEvents with Perl: CW7/8 and MacCVSPro

2002-09-25 Thread _brian_d_foy
In article [EMAIL PROTECTED], Chris [EMAIL PROTECTED] wrote: It seems you can launch /usr/bin/osascript from perl and have that command run your Applescript Mac::AppleScript is about 7 times faster, according to my benchmarks.

Re: request: dyld explained

2002-09-25 Thread Ken Williams
On Wednesday, September 25, 2002, at 02:41 PM, Chris wrote: On a side note, the web site for the upcoming O'Reilly/MacOS X conference says most of the Perl6 core team is using MacOS X for development ... so we should have well-building Perl6 when it arrives :-) In fact, that was the

Re: AppleEvents with Perl: CW7/8 and MacCVSPro

2002-09-25 Thread John Delacour
At 6:03 pm -0700 24/9/02, Rob Barris wrote: How might I best go about exporting a multivalued set of results from the AS world (say a boolean and a pathname?) man osascript It looks as if the elements of an AppleScript list are coerced to strings and delimited with comma+space. The

Re: AppleEvents with Perl: CW7/8 and MacCVSPro

2002-09-25 Thread John Labovitz
On 9/24/02 6:03 PM, Rob Barris [EMAIL PROTECTED] wrote: How would I go about translating either of these scripts into a form that I could embed in a Perl program? Can I just take the raw text (after having dealt with any variable references and moving data between the Perl world and the AS

Re: request: dyld explained

2002-09-25 Thread Pete Prodoehl
When will we start seeing some 'Switcher ads' from the perl community? ;) Pete Ken typed: In fact, that was the case for a large part of 5.8.0 development. Jarkko often/usually uses OS X, and several of the more frequent patchers do too. And actually, so does Larry these days, though

Re: request: dyld explained

2002-09-25 Thread Casey West
It was Wednesday, September 25, 2002 when Pete Prodoehl took the soap box, saying: : : When will we start seeing some 'Switcher ads' from the perl community? ;) http://www.perl.org/tpc/2002/movies/switch/ -- Casey West

Re: request: dyld explained

2002-09-25 Thread David Wheeler
On Wednesday, September 25, 2002, at 12:23 AM, Ken Williams wrote: In fact, that was the case for a large part of 5.8.0 development. Jarkko often/usually uses OS X, and several of the more frequent patchers do too. And actually, so does Larry these days, though he's usually at a level

Re: request: dyld explained

2002-09-25 Thread David Wheeler
On Tuesday, September 24, 2002, at 09:41 PM, Chris wrote: OK, now I feel officially stUpid. (Cue replay of The Beast trying to eat soup with a spoon in Beauty and the Beast...) In my defense, I was using CPAN and trusting it to discover and build dependencies. I am learning this is an

Re: AppleScript to Perl w/SOAP

2002-09-25 Thread Randal L. Schwartz
Bradley == Bradley Roberts [EMAIL PROTECTED] writes: Bradley Slartibarfast was a fjord designer in the hitchhikers guide to the Bradley galaxy series, creating fjords in newly designed planets. He put his Bradley name in the side of one because he wanted to (and not getting credit Bradley

Re: request: dyld explained

2002-09-25 Thread Chris Reinhardt
On Wed, 25 Sep 2002, David Wheeler wrote: I haven' seen Larry with a Mac. But Damian, Allison, Dan, Jarkko, Elaine, Nat, and Randal all use Mac OS X. New converts include Graham, too. Others include Ask, Arthur Bergman, Casey West, and probably many others I'm not thinking of right now.

Re: installing dbi.pm on perl 5.6.0

2002-09-25 Thread Marijka Hambrecht
Hello, Just to follow-up. Installing the Developer Tools solved my problems and I have now installed the modules I needed. Thank you to Charles and Puneet for their advice. Marijka Hello, I have a g4 running 10.1.5. It came with perl 5.6.0 installed. I installed a new version of mysql

Re: Woes of 5.8.0 and CamelBones

2002-09-25 Thread Sherm Pendley
On Wednesday, September 25, 2002, at 03:51 PM, Casey West wrote: I've recompiled CamelBones for 5.8.0, which I installed over 5.6.0 in the default Apple locations. When I compiled the framework I used Apples instructions for making it able to be included in applications. Sounds to me like

Re: arbitrarily complex variables

2002-09-25 Thread Randal L. Schwartz
William == William Ross [EMAIL PROTECTED] writes: William but I've always been happy with something like: William use Data::Dumper; William William print pre . Dumper($HoHoHo) . /pre; you'll be happier with use Data::Dumper; use HTML::Entities qw(encode_entities); ...

Re: request: dyld explained

2002-09-25 Thread Chris Reinhardt
On Wed, 25 Sep 2002, David Wheeler wrote: On Wednesday, September 25, 2002, at 12:46 PM, Chris Reinhardt wrote: Larry gave his keynote at OSCON (state of the onion) with his iBook. Huh. Every time I saw him there, he had an IBM ThinkPad...Might it have been Damian's? Odd, everytime I

Re: request: dyld explained

2002-09-25 Thread Dan Sugalski
At 5:23 PM -0400 9/25/02, Chris Reinhardt wrote: On Wed, 25 Sep 2002, David Wheeler wrote: On Wednesday, September 25, 2002, at 12:46 PM, Chris Reinhardt wrote: Larry gave his keynote at OSCON (state of the onion) with his iBook. Huh. Every time I saw him there, he had an IBM

Re: request: dyld explained

2002-09-25 Thread David Wheeler
On Wednesday, September 25, 2002, at 02:29 PM, Dan Sugalski wrote: He's got both, though the iBook broke right after OSCON. Infant mortality and all. Ah, well, that clears it up. I think the entire cabal (which, of course, doesn't exist) now uses OS X! David -- David Wheeler

Re: Perl/Tk on OS X

2002-09-25 Thread _brian_d_foy
In article [EMAIL PROTECTED], Rich Michaela [EMAIL PROTECTED] wrote: Has anyone gotten this to build. I've searched extensively. Tried the hacked dyld/optimizer trick found on the lehigh.edu site - all to no avail. worked fine for me following the dyld hack instructions. did you make sure