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


in reply to string manupulation

Just because using split() is way too easy of an answer:

@temp = $local =~ m/(?:^|:)([^:]*)/g;

BronzeWing