NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
both on 10.6? (Score:1)
Does this mean the 32-bit version is already on 10.6?
Is it that one perl executable can run either 32 bit or 64 bit?
Kind of like when an executable could be ppc and intel?
Re: (Score:2)
Yes, the perl under 10.6 is fat. I don't have it installed yet so the config might be slightly different now, but under the last public beta seed, I get:
(Under an older seed, I saw an additional arch ... ppc64! I don't know if anyone outside of Apple uses a ppc64 architecture.)
Re: (Score:1)
Where does one find these seeds?
Thanks.
Re: (Score:2)
They were made available at WWDC or somesuch.
Split it up? (Score:1)
Would breaking it up into smaller parts help?
Re: (Score:2)
I doubt it. The part of Mac-Carbon are very interdependent. And the pieces that are most likely to work without changes under 64-bit are the pieces that would rely on other modules (like Mac::Files) that won't. And so on.