Help for this page
Joe Bob Sally Bob Fred
5 3 7 1 1
open(KEYS, "keys.txt") or die "error: $!"; open(VALS, "values.txt") or die "error: $!"; ... close(KEYS); # code to print out the results here... again # not part of my question at the moment.
paste keys.txt values.txt > combined.txt