Help for this page

Select Code to Download


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