"Oleg V. Volkov" schreef:
> Alias::attr (and, as far as I understand all other
> modules that perform namespace/glob tricks) operate
> exclusively on globals.
Did you check Data::Alias too?
>From the examples:
alias my $fi = $self->{FrobnitzIndex};
This works a bit like
for my $fi ($self->{FrobnitzIndex}) { ... }
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>