Question for MacPerl geeks:
Since the only stable MacPerl available is 5.004, how can I make XML::SAX::PurePerl work there, when it uses qr// regexps all over the place?
Or should I just ignore 5.004 altogether (which is what I want to do, but I'd like Mac users to be able to use it)?
Re:MacPerl
Matts on 2001-11-15T15:14:36
I can wait an eternity - I have no macs. Others however, can't, and use production Macs with 5.004. I wish it were otherwise, but it's not so.
Personally I think I'll just add "use 5.005" in the files, because getting rid of other idioms such as if (my $foo = x()) {} is going to be just as hard.Re:MacPerl
pudge on 2001-11-15T15:27:40
if (my $foo = x()) works fine in 5.004. In any event, though, just ask the users to use the betas if they are adventurous (and back everything up), or wait for the 5.6.1r1 release. And to join the macperl@perl.org list or go to the MacPerl dev site for more info.:)