I tried the the following:
@hash{$emp_id} = split(/a-z{2,5}A-Z{2,5}/,$linex);
Now, this splits "linex" very nicely but I'm not sure how to access individual "elements" with the split. I know how to do this with an array but not sure about the syntax required using a hash structure.