http://qs1969.pair.com?node_id=568355

Grey Fox has asked for the wisdom of the Perl Monks concerning the following question:

Hello Fellow Monks
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.
Thanks;
-- Grey Fox
Perl - Hours to learn lifetime to master.

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.
Thanks