However, the code you posted makes me uncomfortable. You seem to be tinkering with some guts that shouldn't be tinkered with.use Data::Dumper; my %hash1 = ( key1 => 'hello', key2 => 'world' ); my %hash2 = %hash1; print Dumper \%hash1; print Dumper \%hash2;
In reply to Re: Being impervious to an 'each' reset
by SheridanCat
in thread Being impervious to an 'each' reset
by throop
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |