Help for this page

Select Code to Download


  1. or download this
    open(PARTS, $partlist) || die "Can't open file: $!";
           chomp(@PARTS = <PARTS>);
    
    %hash_table = (@PARTS);
    
  2. or download this
    foreach (keys %hash_table) {
        
    ...
    #do something else
    }
    }