>Or if clearly make basic types look *very* different from user-defined >types: > my Dog $spot; > my *int $i; # types that start with * are "basic" Intrinsics (basic types) are in lower-case. User-defined types aren't. our num $Count; my Word @verbs; One wonders whether bigna and complices should make the builtin list. --tom
- Re: RFC 171 (v1) my Dog $spot should call... Michael Fowler
- Re: RFC 171 (v1) my Dog $spot should ... Piers Cawley
- Re: RFC 171 (v1) my Dog $spot sh... Michael Fowler
- Re: RFC 171 (v1) my Dog $spo... Michael Fowler
- Re: RFC 171 (v1) my Dog $spot should ... Damian Conway
- Re: RFC 171 (v1) my Dog $spot sh... Piers Cawley
- RE: RFC 171 (v1) my Dog $spot should call a constructo... Evan Howarth
- Re: RFC 171 (v1) my Dog $spot should call a constructo... Michael G Schwern
- Re: RFC 171 (v1) my Dog $spot should call a const... James Mastros
- Re: RFC 171 (v1) my Dog $spot should call a c... Jonathan Scott Duff
- Re: RFC 171 (v1) my Dog $spot should call... Tom Christiansen
- Re: RFC 171 (v1) my Dog $spot should ... Buddha Buck
- Re: RFC 171 (v1) my Dog $spot sh... Tom Christiansen
- Re: RFC 171 (v1) my Dog $spot sh... Bart Lateur
- Re: RFC 171 (v1) my Dog $spot should ... Jonathan Scott Duff