A question about role-private attributes

2008-11-09 Thread [EMAIL PROTECTED]
I am trying to understand the following small portion from S12, and it seems slightly ambiguous to me: === from S12: You may wish to declare an attribute that is hidden even from the class; a completely private role attribute may be declared like this: Cmy $!spleen; The name of such a

Re: A question about role-private attributes

2008-11-09 Thread Jonathan Worthington
[EMAIL PROTECTED] wrote: I am trying to understand the following small portion from S12, and it seems slightly ambiguous to me: === from S12: You may wish to declare an attribute that is hidden even from the class; a completely private role attribute may be declared like this: Cmy

pointy blocks on repeat

2008-11-09 Thread Patrick R. Michaud
S04 says that pointy blocks are allowed on repeat while blocks when the conditional is on either side of the block. STD.pm currently allows only the case where the conditional is in front -- i.e., STD.pm doesn't currently recognize the form repeat - $thing { ... } while something(); Is this