Paul Seamons skribis 2005-04-15 12:41 (-0600):
> In Perl5
> perl -MData::Dumper -e '%h=qw(a 1 b 2); {local %h; $h{a}="one"; print Dumper 
> \%h} print Dumper \%h;
> $VAR1 = {
>           'a' => 'one'
>         };
> $VAR1 = {
>           'a' => '1',
>           'b' => '2'
>         };
> I'm imaging the behavior would be the same with Perl6.  Notice that 'b' is 

I'm imagining it will be different, as I expect temp to not hide the old
thing. I'm not sure it will.


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html

Reply via email to