Sorry if this is a known question, but I didn't see it mentioned in the recent archive or FAQ.
for ($a, $b) { $_ = ... } gives me a "Can't modify constant item: VRef <Scalar>". Making it explicitly rw doesn't help: for ($a, $b) -> $x is rw { $x = ... } Is this a "haven't gotten around to rw parameters in blocks yet" or a regression? -- Mark J. Reed <[EMAIL PROTECTED]>