in reply to Re^4: Assigning values. Simple and Nasty one.in thread Assigning values. Simple and Nasty one.
my @arr = split(/ /,$line); print "col1: $arr[0] col2: $arr[1] \n"; [download]