my %hash open FILE, " ) { chomp $line; my ( $key, $data ) = split ";", $line; $hash{$key} = $data; }