OS is ubuntu. and gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) + GNU
Make 3.80
ExtUtils::MakeMaker is the newest.
and the pugs and parrot is the newest.(I svn up them.)
I think I miss something, but what the hell is it?
Thanks, Regards
/Fayland Lam/
---
http://www.fayland.org/
it's different between Perl5 and Perl6?
thanks.
/Fayland Lam/
--
http://www.fayland.org
Jonathan Lang wrote:
Instead of
multi sub *infix:<~>(ArabicStr $s1, ArabicStr $s2) {...}
multi sub *infix:<~>(Str $s1, ArabicStr $s2) {...}
multi sub *infix:<~>(ArabicStr $s1, Str $s2) {...}
as S13 say
multi sub infix:<+> (Us $us, Them $them) is commutative {
myadd($us,$them
we are trying to translate them into Chinese. so I just wonder where can
I get the .pod source?
Thanks.
Audrey Tang wrote:
>
> 在 Dec 18, 2006 5:52 AM 時,Fayland Lam 寫到:
>
>> we are trying to translate them into Chinese. so I just wonder where
>> can I get the .pod source?
>
> http://svn.perl.org/perl6/doc/trunk/design/syn/
Thanks.
>
> Cheers,
> Audrey
>
>