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
- RFC 15 (v1) Stronger typing through tie. Perl6 RFC Librarian
- Re: RFC 15 (v1) Stronger typing through tie. John Porter
- Re: RFC 15 (v1) Stronger typing through tie. Nick Ing-Simmons
- Re: RFC 15 (v1) Stronger typing through t... John Porter
- Imrpoving tie() (Re: RFC 15 (v1) Stronger typing... Nathan Wiger
- Re: Imrpoving tie() (Re: RFC 15 (v1) Stronge... Dan Sugalski
- Re: Imrpoving tie() (Re: RFC 15 (v1) Str... Chaim Frenkel
- Re: Imrpoving tie() (Re: RFC 15 (v1)... Dan Sugalski
- Re: Imrpoving tie() (Re: RFC 15... Ken Fox
- Re: Imrpoving tie() (Re: RF... Dan Sugalski
- Re: Imrpoving tie() (Re... Nathan Wiger
- Re: Imrpoving tie() (Re... Dan Sugalski
