John Porter <[EMAIL PROTECTED]> writes:
>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...

Well Larry has been using 

my Dog $spot;

for a while.

But I just realized if $ is one of something, @ sereral etc.
then do we need a magic char to designate 'type' (class or whatever).

I suppose:

my ¢Dog $spot;  # That is "cent" i.e. c with line.

might do ;-)

-- 
Nick Ing-Simmons

Reply via email to