open FILE, "$file_to_process" or die; my %hash; while (my $line=) { chomp; (my $xmltag, $xmlvalue) = split /\<|\>/, $line; $hash{$xmltag} = $xmlvalue; }