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
- 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
- Imrpoving tie() (Re: RFC 15 (v1) Stronge... 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
- Re: Imrpoving tie() (Re... Larry Wall
- Re: Imrpoving tie() (Re... Dan Sugalski