http://qs321.pair.com?node_id=195452


in reply to string manupulation

The builtin split function will do this easily. For documentation on it, enter:
perldoc -f split
in a shell window.