Help for this page

Select Code to Download


  1. or download this
    #! usr/bin/perl
    
    use warnings;
    ...
    for ($i=0; $i<=9; $i++) {
    print "$key\t\t= $hash{$key}\n";
    }}
    
  2. or download this
    #! usr/bin/perl
    #midterm part 1
    
    ...
    {
        print "$key\t\t= $hash{$key}\n";
    }