Front page | perl.perl6.language |
Postings from July 2002
Re: what's new continued
Thread Previous
|
Thread Next
From:
Ariel Scolnicov
Date:
July 4, 2002 00:02
Subject:
Re: what's new continued
Message ID:
yzq1yakq8mf.fsf@hal6.compugen.co.il
Ariel Scolnicov <ariels@compugen.co.il> writes:
[...]
> will apply to any method? To any sub? Can I call a sub 17 times by
> saying
>
> (undef) x 17 = foo(1,2,3);
That should be
(undef) x 17 = ^foo(1,2,3);
of course. Sorry.
[...]
--
Ariel Scolnicov |http://3w.compugen.co.il/~ariels
Compugen Ltd. |ariels@compugen.co.il "Sometimes people write an
72 Pinhas Rosen St. |Tel: +972-3-7658117 accidental haiku. Damn!
Tel-Aviv 69512, ISRAEL |Fax: +972-3-7658555 It just happened!"
Thread Previous
|
Thread Next