Help for this page

Select Code to Download


  1. or download this
        if (($item[0] ne "") && ($item[1] ne "")){ 
          $items{"$item[0]"} = "$item[1]"; 
    ...
          } 
          undef %items; 
        }
    
  2. or download this
    while(<DB>) { 
      chomp; 
    ...
        print "$scottnum\t $key \t $items{$scottnum}{$key}\n"; 
      } 
    }
    
  3. or download this
    my %info; 
     
    ...
      } 
    } 
    close DB;