John asked:
> Can properties be temp()orarily masked? For example:
>
> foreach my $array (@arrays)
> {
> temp $array.sep = ', '; # assuming this is a real property
> print "$array\n"; # prints "item1, item2, item3, ..."
> }
I would expect so, though I'm not sure that would be the syntax.
> If it's not possible, I think it should be :)
I agree.
Damian
- Temp properties John Siracusa
- Damian Conway
