in reply to Strange method behavior
That way, you can compare the reference address for multiple accesses. (My bet is on something tricky in the constructor, though.)foreach my $day (@days) { my $day_data = $self->{cell_format}[$day]; print STDERR "Changing hash $day_data for day $day!\n"; @$day_data{keys %$format} = values %$format; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Strange method behavior
by Trimbach (Curate) on Dec 17, 2000 at 08:18 UTC | |
by chipmunk (Parson) on Dec 17, 2000 at 22:58 UTC |