Michael Fowler <[EMAIL PROTECTED]>:
> 
>     use typing;  # place your fingers on the home row..
> 
>     my integer $quux = 4;

I believe that would have to be 

        integer my $quux = 4;

at least in perl5...

-- 
John Porter

Reply via email to