When I copy a hash like so:

my %hash2 = %hash1;

Modifying hash2 seems to modify hash1.  How do I make it so there both
independent after being copied?

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to