In article <2E4528861499D41199D200A0C9B15BC031B7E8@FRISTX> wrote "Bob Showalter"
<[EMAIL PROTECTED]>:
> Note that the assignment is seen as a term in the list supplied to print, so it will 
>be executed
> *before* the prompt is printed.  To make the comma into a sequence operator, you 
>need to add
> parens:
>    print("Enter the $_ number"), $a[$_-1] = <STDIN> for (1 .. 4);

Oh yes, of course. How could I miss it ?

Thanks,
Andrea

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to