"John W. Krahn" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > my @rawRollArray = roll(@currentRollRequest);   # produces raw roll
array
> > from roll request array
> > while @rawRollArray {
>        ^^^^^^^^^^^^^^^
> You are missing the parenthesis around the while conditional, it should
> be:
>
> while ( @rawRollArray ) {
>

But I can't understand why this should be interpreted as a redeclaration of
the array?

Rob




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

Reply via email to