in reply to keys and values

How to read contents of various CSV file with data stored in various sheets?

Text::CSV

Required output should be to print, contents of csv are value_1 and value_2 in a single print statement

Assuming your hash is named %hash, how about print "$hash{key_1} $hash{key_2}\n";