Nick Ing-Simmons wrote:
> John Porter <[EMAIL PROTECTED]> writes:
> >>     my integer $quux = 4;
> >
> >I believe that would have to be 
> >
> >     integer my $quux = 4;
> >
> >at least in perl5...
> 
> Well Larry has been using 
> 
>   my Dog $spot;
> 
> for a while.

O.k., I see that now;  I was thinking 'integer', in this case,
would be syntactically analogous to 'tie'.

-- 
John Porter

Reply via email to