Ariel Scolnicov <[EMAIL PROTECTED]> 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.          |[EMAIL PROTECTED]    "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!"

Reply via email to