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)?
MacPerl (Score:1)
I'd just wait.
Re:MacPerl (Score:1)
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 (Score:1)