--- Damian Conway <[EMAIL PROTECTED]> wrote:
> Austin Hastings wrote:
> 
> > It is explicitly stated that "is rw" on a slurpy parameter
> distributes
> > across all the components.
> > 
> > Is there some way of differentiating array of const vs. array of
> rw?
> > 
> > That is, creating a hash or array that can be extended without
> > overwriting?
> 
> I'm not sure I follow what you're asking for. Can you give a
> hypothetical example?
> 

Sure:

How do I specify an array which may be appended/pushed, but whose
values cannot change?

How do I specify a hash whose current keys/values are fixed, but which
can accept new keys/values?

Essentially, I'm distinguishing between change-to-object and
change-to-container.

=Austin

Reply via email to