Is it possible to use the split function to load a data hash. I am trying to split a list of names and address's which are seperated by commas from a text file.
UPDATE:
I am new to perl and still trying to wrap my head around the split, hash, and map functions. I have seen the split and map functions used to load hashs. Originally I'm from a legacy cobol environment, but have had some experience with client server before. Any good references for explaining split, hash and map. Most of what I have found is pretty cryptic.