Help for this page
use strict; use warnings; ... foreach (keys %list){ print "$_ = $list{$_}";#Print New Values }
"Odd number of elements in hash assignment at C:\Documents and Setting +s\Jason\My Documents\perltest\Perl-1.pl line 8."