On Tue, 10 Jul 2001, Michael G Schwern wrote:

> We could assume untyped variables are untyped, but I'd rather they're
> considered mistakes.  Again, the purpose here is to catch mistakes.  I
> don't know if this will wind up being more or less annoying, we'll
> have to play with it a little.  Fortunately, its a decision that can
> easily be reversed.
> 
> You can always just do this:
> 
>         my Value $foo;
> 
> And $foo will act like a normal scalar taking anything (your PMAW).

        If that's the goal, I'd vote that it be spelled:

          my Scalar $foo; 

--Dave

Reply via email to