* Daniel Hulme <[EMAIL PROTECTED]> [2006-05-24 12:45]:
> > $arg_for<array> = [ ( 0 .. $arg_for<count> ) »*« $arg_for<scale> ]; 
>
> btw, shouldn't the >>*<< be >>* as the right-hand operand is a
> scalar?

I don’t know. S03 says:

| If either argument is insufficiently dimensioned, Perl
| "upgrades" it:
| 
|      (3,8,2,9,3,8) >>-<< 1;          # (2,7,1,8,2,7)

So I assume my syntax was correct, though it might not have been
necessary. I don’t understand one-sided hyper-operators well yet.

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to