On Wed, 20 Sep 2000, Nathan Wiger wrote: > my int ($x, $y), char $z; # mix classes > my int ($x, $y) :64bit, char $z :long; # and attrs <nit> my (int ($x, $y), char $z); my (int ($x, $y) :64bit, char $z :long); </nit> -- Bryan C. Warnock ([EMAIL PROTECTED])
- IDEA: my() extensions and attribute declarations Nathan Wiger
- Re: IDEA: my() extensions and attribute declaration... Bryan C . Warnock
- Re: IDEA: my() extensions and attribute declaration... Piers Cawley